Skip to content

Commit

Permalink
CI/CD: marking binaries in release zip files for Linux/macOS executable
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Nov 27, 2019
1 parent 2642327 commit eb469d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb469d6

Please sign in to comment.