Skip to content

Commit

Permalink
ci: done !?
Browse files Browse the repository at this point in the history
  • Loading branch information
RedVortexDev committed Oct 28, 2024
1 parent 0941776 commit 056e20b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ jobs:

# # Don't touch shaders
# shader_source_transformation_strategy = 'keep_as_is'
- name: Zip pack
- name: Install zip
uses: montudor/action-zip@v1
with:
args: zip -qq -r --workdir / /pack.zip pack
- name: Zip pack
run: zip -qq -r /pack.zip pack
working-directory: /


- name: Tag and create release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 056e20b

Please sign in to comment.