Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AthallahDzaki authored Aug 21, 2024
1 parent c34a8af commit bb61140
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
name: "TrilogyChaosMod.SA"
path: bin/output_SA

- name: Move ASI for Upload
run: |
mv bin/output_SA/TrilogyChaosMod.SA.asi .
- name: Release
uses: thedoctor0/[email protected]
- name: Zip
- uses: vimtor/[email protected]
with:
files: bin/output_SA resources/
dest: SA-CHAOS.zip
- name: Upload Release
uses: ncipollo/[email protected]
with:
type: 'zip'
filename: 'release.zip'
exclusions: '*.git* /*node_modules/* .editorconfig cmake lib src test CMakeLists.txt README.md CONTRIBUTING.md .gitignore .clang-format'
artifacts: "SA-CHAOS.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bb61140

Please sign in to comment.