diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a22d1a0..35c246d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: