Skip to content

Commit

Permalink
Revert "Relax release download wildcard"
Browse files Browse the repository at this point in the history
This reverts commit fac463a.
  • Loading branch information
amoeba committed Apr 7, 2024
1 parent fac463a commit 61b84a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
repository: ACEmulator/ACE-World-16PY-Patches
tag: ${{ steps.vars.outputs.tag }}
fileName: ACE*.zip
fileName: ACE.World*.zip
- name: Decompress
run: find . -iname "ACE-World*.zip" -exec unzip {} \;
- name: Load SQL
Expand Down

0 comments on commit 61b84a9

Please sign in to comment.