Skip to content

Commit

Permalink
fix: mapname contain spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Aug 20, 2024
1 parent 546d4d3 commit ca59f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calc_upload_sparseindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
${{ inputs.space_id }} \
${{ inputs.filename }} \
statistical \
${{ inputs.mapname }}
'${{ inputs.mapname }}'
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.filename }}
Expand Down

0 comments on commit ca59f4d

Please sign in to comment.