Skip to content

Commit

Permalink
Make artifact executable during build
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Jul 29, 2022
1 parent 38ebe3c commit 2db9013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
go build -v -ldflags='-s -w' -o ./rcon ./source/
strip ./rcon
chmod +x rcon
- name: Upload Build
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2db9013

Please sign in to comment.