Skip to content

Commit

Permalink
gha export fix
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Mar 17, 2022
1 parent 5dd966a commit 7779782
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ jobs:
asset_path: ./${{ env.release_filename }}
asset_name: ${{ env.release_filename }}
asset_content_type: application/zip
- run: export release_notes = $(echo -e "${{ github.event.inputs.release_notes }}")
- run: export release_notes=$(echo -e "${{ github.event.inputs.release_notes }}")
if: github.event.inputs.publish_curseforge == 'true'
shell: bash
- name: Publish LabPbr-32x to CurseForge
uses: itsmeow/curseforge-upload@v3
if: github.event.inputs.publish_curseforge == 'true'
Expand Down

0 comments on commit 7779782

Please sign in to comment.