mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-24 00:09:19 -04:00
fix action (#1023)
This commit is contained in:
16
.github/actions/publish-artifacts/action.yaml
vendored
16
.github/actions/publish-artifacts/action.yaml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user