Skip to content

Commit 6096f6f

Browse files
CI: fix upload-artifact
1 parent 5e258cd commit 6096f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
3434
- uses: actions/upload-artifact@v2
3535
with:
36-
name: "${LINUX_DISTRO} with ${GTK_VERSION}"
37-
path: "${ARTIFACT_DIR}/"
36+
name: ${{ matrix.linux-distro }} with ${{ matrix.gtk-version }}
37+
path: ${{ env.ARTIFACT_DIR }}/
3838
retention-days: 30

0 commit comments

Comments
 (0)