Skip to content

Commit

Permalink
Tweak Action versions
Browse files Browse the repository at this point in the history
Specifically to work around the issue with action-gh-release, apparently it worked on 0.1.7
  • Loading branch information
UndeadZeratul committed Dec 22, 2022
1 parent 9d174f7 commit 70648c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: build PK3
uses: montudor/action-zip@v1.0.0
uses: montudor/action-zip@v1
with:
args: zip -r "uzHDAddon-${{ github.ref_name }}.pk3" . -i graphics/* patches/* sprites/* readme.md TEXTURES
- name: Release PK3
uses: softprops/[email protected].15
uses: softprops/[email protected].7
with:
generate_release_notes: true
discussion_category_name: 'Releases'
Expand Down

0 comments on commit 70648c0

Please sign in to comment.