Skip to content

Commit 0e6ef0b

Browse files
authored
misc: change uploaded file from release.zip to install.sh
Updated release process to upload install.sh instead of release.zip.
1 parent a4de52d commit 0e6ef0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
mkdir build
2222
cd build
2323
../build.sh
24-
cd ..
25-
zip release.zip build/lsd build/*.vert build/*.frag build/*.ttf
2624
2725
# ---- compute next incremental tag ----
2826
- name: Generate next tag
@@ -53,7 +51,7 @@ jobs:
5351
uses: softprops/action-gh-release@v2
5452
with:
5553
tag_name: ${{ steps.tag.outputs.tag }}
56-
files: release.zip # upload your zip directly
54+
files: install.sh # upload your zip directly
5755
env:
5856
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5957

0 commit comments

Comments
 (0)