always pkg release...

This commit is contained in:
sappho 2024-04-20 17:20:13 -04:00 committed by GitHub
parent 56e2ca1748
commit a41c4f90cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ jobs:
run: Compress-Archive -Path * -Destination ${{ env.ZIP_FILENAME }} run: Compress-Archive -Path * -Destination ${{ env.ZIP_FILENAME }}
- name: Package release - name: Package release
if: github.event_name == 'push' && github.ref == 'refs/heads/action' && startsWith(matrix.os, 'ubuntu-latest') # if: github.event_name == 'push' && github.ref == 'refs/heads/action' && startsWith(matrix.os, 'ubuntu-latest')
working-directory: extension/build/package working-directory: extension/build/package
run: zip -r "${{ env.ZIP_FILENAME }}" . run: zip -r "${{ env.ZIP_FILENAME }}" .