Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 1, 2022
1 parent 23adfce commit 32c17e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Zip Files
run: tar cf ModpackUploader.zip modpack-uploader.ps1 settings.ps1 secrets.ps1 get-game-versions.ps1 LICENSE

- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
fail_on_unmatched_files: true
token: ${{ secrets.GITHUB_TOKEN }}
files: |
*.ps1
LICENSE
files: ModpackUploader.zip

0 comments on commit 32c17e2

Please sign in to comment.