fix action (#1023)

This commit is contained in:
Utku 2023-06-26 18:00:12 +03:00 committed by GitHub
parent 1079171e44
commit 0975d135f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,14 +23,14 @@ runs:
if-no-files-found: error
retention-days: 1
- name: Publish artifacts (Debian - deb)
if: ${{ matrix.settings.host == 'ubuntu-20.04' }}
uses: actions/upload-artifact@v3
with:
name: Spacedrive-deb-${{ inputs.target }}-${{ env.GITHUB_SHA_SHORT }}
path: target/${{ inputs.target }}/${{ inputs.profile }}/bundle/deb/*.deb
if-no-files-found: error
retention-days: 1
# - name: Publish artifacts (Debian - deb)
# if: ${{ matrix.settings.host == 'ubuntu-20.04' }}
# uses: actions/upload-artifact@v3
# with:
# name: Spacedrive-deb-${{ inputs.target }}-${{ env.GITHUB_SHA_SHORT }}
# path: target/${{ inputs.target }}/${{ inputs.profile }}/bundle/deb/*.deb
# if-no-files-found: error
# retention-days: 1
- name: Publish artifacts (Windows - msi)
if: ${{ matrix.settings.host == 'windows-latest' }}