Skip to content

Commit ec853d5

Browse files
- Corrected file id.
1 parent 3dee675 commit ec853d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ jobs:
12091209
uses: actions/upload-artifact@v4
12101210
with:
12111211
name: myimage-${{ env.IMAGE_PLATFORM_SAN }}
1212-
path: ${{ runner.temp }}/myimage-${{ env.IMAGE_PLATFORM_SAN }}.tar
1212+
path: ${{ runner.temp }}/myimage-${{ env.IMAGE_PLATFORM_SAN }}
12131213

12141214
- name: Load image
12151215
run: |
@@ -1319,7 +1319,7 @@ jobs:
13191319
uses: actions/download-artifact@v4
13201320
with:
13211321
name: myimage-${{ env.IMAGE_PLATFORM_SAN }}
1322-
path: ${{ runner.temp }}/myimage-${{ env.IMAGE_PLATFORM_SAN }}.tar
1322+
path: ${{ runner.temp }}
13231323

13241324
- name: Load image
13251325
run: |

0 commit comments

Comments
 (0)