Skip to content

Commit

Permalink
Forgot .exe extension
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Dec 10, 2019
1 parent ee37b76 commit f40c67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Compress Windows
if: matrix.os == 'windows-latest'
run: |
7z a streamtester.${{runner.os}}.zip streamtester
7z a streamtester.${{runner.os}}.zip streamtester.exe
- name: Release Posix
uses: softprops/action-gh-release@v1
Expand All @@ -99,4 +99,4 @@ jobs:
files: streamtester.${{runner.os}}.zip
# body_path: ${{ github.workflow }}-CHANGELOG.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f40c67b

Please sign in to comment.