Skip to content

Commit

Permalink
workflow not working
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Oct 20, 2024
1 parent 5936f5b commit 704597a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/script-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
chmod +x dist/CatPack_Crafter_${{ github.ref_name }}_${{ matrix.os }}
tar -czvf dist/CatPack_Crafter_${{ github.ref_name }}_${{ matrix.os }}.tar.gz dist/CatPack_Crafter_${{ github.ref_name }}_${{ matrix.os }}
rm -rf dist/CatPack_Crafter_${{ github.ref_name }}_${{ matrix.os }}
- name: Zip folder on Mac
if: ${{ matrix.runner_os == 'macos-latest' }}
run: |
zip -r CatPack_Crafter_${{ github.ref_name }}_${{ matrix.os }}.zip dist/
rm -rf dist/
mv CatPack_Crafter_${{ github.ref_name }}_${{ matrix.os }}.zip dist/
- name: Upload debug builds
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 704597a

Please sign in to comment.