File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -84,17 +84,11 @@ jobs:
8484 with :
8585 path : dist
8686
87- # Add the install.sh script to the release
88- - name : Prepare install script
89- run : |
90- cp install.sh dist/
91- chmod +x dist/install.sh
92-
9387 # Generate checksums for all artifacts
9488 - name : Generate checksums
9589 run : |
9690 cd dist
97- find . -type f -not -path "*/\.*" | grep -v "checksums.txt" | xargs -I{} shasum -a 256 {} > checksums.txt
91+ find aiscript-* -type f | xargs -I{} shasum -a 256 {} > checksums.txt
9892 cat checksums.txt
9993
10094 - name : Prepare release files
10498 cp dist/aiscript-macos-x86_64/aiscript-macos-x86_64 release_files/
10599 cp dist/aiscript-macos-arm64/aiscript-macos-arm64 release_files/
106100 cp dist/aiscript-windows-x86_64.exe/aiscript-windows-x86_64.exe release_files/
107- cp dist/install.sh release_files/
108101 cp dist/checksums.txt release_files/
109102
110103 - name : Create release
You can’t perform that action at this time.
0 commit comments