Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Nov 1, 2023
1 parent 64c98b2 commit a8c2339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build name
id: build_name
run: echo 'name="${{ steps.tag_version.outputs.new_tag }} - ${{ env.name }} [modrinth]' >> $GITHUB_OUTPUT
run: echo 'name="${{ steps.tag_version.outputs.new_tag }} - ${{ env.name }} [modrinth]"' >> $GITHUB_OUTPUT
- name: Build Modrinth Modpack
run: packwiz modrinth export --output "${{ steps.build_name.outputs.name }}.mrpack"

Expand Down

0 comments on commit a8c2339

Please sign in to comment.