Skip to content

Commit

Permalink
fixed yml workflow hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Slug-Boi committed Mar 5, 2024
1 parent 8bcd318 commit 7cf30ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
#windows build
release_name_win="cocommit_go-$tag-win"
tar -C ./dist -czvf "${release_name_win}.tar.gz" ./dist/cocommit_go-windows ./author.txt
tar -C ./dist -czvf "${release_name_win}.tar.gz" ./cocommit_go-windows ./author.txt
#mac build
release_name_mac="cocommit_go-$tag-mac"
Expand Down

0 comments on commit 7cf30ab

Please sign in to comment.