Skip to content

Commit

Permalink
fix: Selection of packages for upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed May 29, 2024
1 parent 43e0230 commit c1738df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
echo "Release tag will be: ${{ env.gudPyVersion }}"
echo "Release name will be: ${{ env.gudPyVersion }}"
export GITHUB_TOKEN=${{ github.token }}
./update-release -r disorderedmaterials/gudpy -t ${{ env.gudPyVersion }} -e -n "${{ env.gudPyVersion }}" -f ReleaseNotes.md packages/*
./update-release -r disorderedmaterials/gudpy -t ${{ env.gudPyVersion }} -e -n "${{ env.gudPyVersion }}" -f ReleaseNotes.md packages/*zip packages/*sif packages/*exe packages/*dmg
- name: Publish on GitHub (Continuous)
if: ${{ inputs.publish == 'true' && inputs.isRelease == 'false' }}
Expand Down

0 comments on commit c1738df

Please sign in to comment.