Skip to content

Commit

Permalink
[skip ci] fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
menduz committed Feb 2, 2023
1 parent d9d686c commit 819dc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-build-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
docker run \
-v $(pwd)/artifact:/artifact \
-v $(pwd)/tmp/Unity:/root/.local/share/unity3d/Unity \
quay.io/decentraland/asset-bundle-converter@${{ inputs.build && steps.docker_build.outputs.digest || 'next' }} \
quay.io/decentraland/asset-bundle-converter${{ inputs.build && ('@' + steps.docker_build.outputs.digest) || ':next' }} \
node --trace-warnings --abort-on-uncaught-exception --unhandled-rejections=strict dist/test-conversion.js \
--baseUrl ${{ inputs.baseUrl }} \
--pointer ${{ inputs.pointer }} \
Expand Down

0 comments on commit 819dc9e

Please sign in to comment.