Skip to content

Commit

Permalink
strip sed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgnhnt96 committed Jan 30, 2024
1 parent 7ca4f75 commit 126cb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
echo "Blob path (before update): ${{ steps.blob.outputs.BLOB_PATH }}"
UPDATED_PATH=$(echo ${{ steps.blob.outputs.BLOB_PATH }} | sed 's/\//\\/g')
UPDATED_PATH=$(echo "${{ steps.blob.outputs.BLOB_PATH }}" | tr '/' '\\')
echo "BLOB_PATH=$UPDATED_PATH" >>$GITHUB_OUTPUT
echo "Blob path (updated): $UPDATED_PATH"
Expand Down

0 comments on commit 126cb62

Please sign in to comment.