mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
changed the directory structure and added author file to all tarballs
This commit is contained in:
@@ -28,11 +28,11 @@ jobs:
|
||||
|
||||
#windows build
|
||||
release_name_win="cocommit_go-$tag-win"
|
||||
tar -czvf "${release_name_win}.tar.gz" ./dist/cocommit_go-windows
|
||||
tar -C ./dist -czvf "${release_name_win}.tar.gz" ./dist/cocommit_go-windows ./author.txt
|
||||
|
||||
#mac build
|
||||
release_name_mac="cocommit_go-$tag-mac"
|
||||
tar -czvf "${release_name_mac}.tar.gz" ./dist/cocommit_go-darwin
|
||||
tar -C ./dist -czvf "${release_name_mac}.tar.gz" ./cocommit_go-darwin ./author.txt
|
||||
- name: Release project
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user