Skip to content

Commit 08a8f97

Browse files
committed
Correct action file
1 parent 703a75c commit 08a8f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- {os: linux-glibc-2.17, platform: aarch64}
3131
fail-fast: false
3232
runs-on: ${{ matrix.runs-on }}
33-
image: ${{ matrix.image || '' }}
33+
container: ${{ matrix.image || '' }}
3434

3535
defaults:
3636
run:

0 commit comments

Comments
 (0)