Skip to content

Commit

Permalink
Now we're getting somewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Jan 14, 2024
1 parent 8ab8b0e commit b5db8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
PACKAGE_DOWNLOAD: ${{fromJSON(steps.get_vars.outputs.SYSTEM_JSON).download}}
run: |
echo "ZIP_NAME=fudge-rpg-release-$PACKAGE_VERSION.zip" >> $GITHUB_OUTPUT
echo "PROJECTED_DOWNLOAD=https://github.com/${{github.repository}}/releases/download/$PACKAGE_VERSION/fudge-rpg-$PACKAGE_VERSION.zip" >> $GITHUB_OUTPUT
echo "PROJECTED_DOWNLOAD=https://github.com/${{github.repository}}/releases/download/release-$PACKAGE_VERSION/fudge-rpg-release-$PACKAGE_VERSION.zip" >> $GITHUB_OUTPUT
- name: Verify package download URL reflects package version
env:
Expand Down

0 comments on commit b5db8c0

Please sign in to comment.