This commit is contained in:
Adrian Zürcher
2025-08-06 13:58:02 +02:00

View File

@@ -89,7 +89,8 @@ jobs:
- name: Zip artifact
run: |
zip bin/${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}.zip bin/${{ env.APP_NAME }}-*
cd bin
zip "${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}.zip" "${{ env.APP_NAME }}-"* -x "*.zip"
- name: Upload zipped artifact
uses: actions/upload-artifact@v3