Skip to content

Commit dc3b05b

Browse files
authored
Update main.yml (#196)
1 parent 56f63fc commit dc3b05b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
name: Container Upload
4545
strategy:
4646
fail-fast: false
47-
matrix: ${{ fromJson(needs.discover.outputs.matrix) }}
47+
matrix:
48+
job: ${{ fromJson(needs.discover.outputs.matrix) }}
4849
runs-on: ubuntu-latest
4950
permissions:
5051
contents: read
@@ -70,8 +71,8 @@ jobs:
7071
password: ${{ secrets.GITHUB_TOKEN }}
7172
- name: Compute and upload closure and developer environment to ghcr.io
7273
env:
73-
DEV_SHELL: ${{ matrix.config }}
74-
SHELL_NIX_PATH: ${{ matrix.build_path }}
74+
DEV_SHELL: ${{ matrix.job.config }}
75+
SHELL_NIX_PATH: ${{ matrix.job.build_path }}
7576
NIX_STORE_SECRET_KEY: ${{ secrets.SECRET_KEY }}
7677
run: ./extra/ghcr-upload.sh
7778

0 commit comments

Comments
 (0)