From 04739a41fa66e656ea0122f491a521f92258d98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Fri, 20 Sep 2024 10:03:47 +0200 Subject: [PATCH] ci: do not unzip articact upload --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 992eaf81..d4db5889 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,13 +234,11 @@ jobs: GOBIN: /usr/local/bin run: | 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 with: 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 gh-release: