changed the directory structure and added author file to all tarballs

This commit is contained in:
Theis
2024-03-03 19:50:05 +01:00
parent e82bd6b4ca
commit 4f88cb7cb4
+2 -2
View File
@@ -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: