Skip to content

Commit

Permalink
Update package-addon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatKalle authored Oct 11, 2023
1 parent ea7e3db commit 7a1d710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true

env:
WRATH_VERSION: 30402
WRATH_VERSION: 30403

jobs:
package:
Expand All @@ -18,7 +18,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- name: Get name of addon
id: init
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Make folder for zips
run: |
mkdir -p .releases/${{steps.init.outputs.addon_name}}
rsync -r --exclude={'.*', 'img', 'README.md'} . .releases/${{steps.init.outputs.addon_name}}
rsync -r --exclude={'img/*','README.md'} . .releases/${{steps.init.outputs.addon_name}}
- name: Create mainline zip
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Tag and Release
id: create_release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 7a1d710

Please sign in to comment.