From 0975d135f89b721ea76f6fdcda8f32c8a6bec0d5 Mon Sep 17 00:00:00 2001 From: Utku <74243531+utkubakir@users.noreply.github.com> Date: Mon, 26 Jun 2023 18:00:12 +0300 Subject: [PATCH] fix action (#1023) --- .github/actions/publish-artifacts/action.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/publish-artifacts/action.yaml b/.github/actions/publish-artifacts/action.yaml index 7f4f95797..5ddbd3785 100644 --- a/.github/actions/publish-artifacts/action.yaml +++ b/.github/actions/publish-artifacts/action.yaml @@ -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' }}