ci: do not unzip articact upload

This commit is contained in:
André Roth
2024-09-20 10:03:47 +02:00
parent 9771747916
commit 04739a41fa
+1 -3
View File
@@ -234,13 +234,11 @@ jobs:
GOBIN: /usr/local/bin GOBIN: /usr/local/bin
run: | run: |
make binaries GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} make binaries GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }}
cd build; unzip aptly_${{ steps.releaseversion.outputs.VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip
rm -f aptly_${{ steps.releaseversion.outputs.VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: aptly_${{ steps.releaseversion.outputs.VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }} name: aptly_${{ steps.releaseversion.outputs.VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }}
path: build/* path: build/aptly_${{ steps.releaseversion.outputs.VERSION }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip
retention-days: 90 retention-days: 90
gh-release: gh-release: