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.
1 parent 3dee675 commit ec853d5Copy full SHA for ec853d5
.github/workflows/build.yml
@@ -1209,7 +1209,7 @@ jobs:
1209
uses: actions/upload-artifact@v4
1210
with:
1211
name: myimage-${{ env.IMAGE_PLATFORM_SAN }}
1212
- path: ${{ runner.temp }}/myimage-${{ env.IMAGE_PLATFORM_SAN }}.tar
+ path: ${{ runner.temp }}/myimage-${{ env.IMAGE_PLATFORM_SAN }}
1213
1214
- name: Load image
1215
run: |
@@ -1319,7 +1319,7 @@ jobs:
1319
uses: actions/download-artifact@v4
1320
1321
1322
+ path: ${{ runner.temp }}
1323
1324
1325
0 commit comments