Skip to content

Commit

Permalink
fix: name escaping in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Nov 1, 2023
1 parent ae2bcaf commit 0984962
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 @@ -32,7 +32,7 @@ jobs:
version: "linux"

- name: Build Modrinth Modpack
run: packwiz modrinth export --output ${{ env.name }}-modrinth-v${{ steps.tag_version.outputs.new_tag }}.mrpack
run: packwiz modrinth export --output "${{ env.name }}-modrinth-v${{ steps.tag_version.outputs.new_tag }}.mrpack"

- name: Create a GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 0984962

Please sign in to comment.