Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Apr 20, 2023
1 parent 75cb700 commit 5d41c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: gernerate.exe
file: generate.exe
asset_name: generate-windows
tag: ${{ github.ref }}
overwrite: false
- name: Upload binary to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: gernerate
file: generate
asset_name: generate-linux
tag: ${{ github.ref }}
overwrite: false
Expand All @@ -42,7 +42,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: gernerate
file: generate
asset_name: generate-macos
tag: ${{ github.ref }}
overwrite: false

0 comments on commit 5d41c76

Please sign in to comment.