Skip to content

Commit

Permalink
Fix argument for scripts/upload
Browse files Browse the repository at this point in the history
  • Loading branch information
haggen committed Aug 27, 2023
1 parent 529bd1a commit 54821d1
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 @@ -38,4 +38,4 @@ jobs:
- name: Upload to CurseForge
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
run: scripts/upload -xt "$CURSEFORGE_TOKEN" "$TAG"
run: scripts/upload -xt "$CURSEFORGE_TOKEN" "$TARGET"

0 comments on commit 54821d1

Please sign in to comment.