From eb469d676dcd23e6194c769bc5460e1284c8840c Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Wed, 27 Nov 2019 01:29:52 +0100 Subject: [PATCH] CI/CD: marking binaries in release zip files for Linux/macOS executable --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32cc478..a01a497 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -304,7 +304,7 @@ jobs: VERSION: ${{ steps.get_version.outputs.VERSION }} run: | mv ./remoteRotator-${{ matrix.GOOS }}-${{ matrix.GOARCH }}-${{ github.sha }}/remoteRotator* . - # chmod +x ./remoteRotator + chmod +x ./remoteRotator* zip -j remoteRotator-$VERSION-${{ matrix.GOOS }}-${{ matrix.GOARCH }}.zip ./remoteRotator* - # Download the previously uploaded artifact which contains the release URL