We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8278298 + a81c638 commit 3bc15f4Copy full SHA for 3bc15f4
.github/workflows/docker-multistage-build.yml
@@ -173,5 +173,5 @@ jobs:
173
uses: cytopia/shell-command-retry-action@v0.1.3
174
with:
175
command: |
176
- make load INFILE=${{ steps.set-artifact-name.outputs.curr }}.tmp
+ make load INFILE=${{ steps.set-artifact-name.outputs.curr }}.tmp/${{ steps.set-artifact-name.outputs.curr }}
177
if: ${{ inputs.upload_artifact }}
0 commit comments