Skip to content

Commit 2f6457a

Browse files
committed
Try fixing tag.
1 parent 64fc7ad commit 2f6457a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ jobs:
176176
run: docker save "${IMAGE}:${TAG}" -o "${IMAGE}-${TAG}.tar"
177177
env:
178178
IMAGE: ${{ matrix.image }}
179-
TAG: ${{ github.ref.name }}
179+
TAG: ${{ env.GITHUB_REF_NAME }}
180180

181181
- uses: actions/upload-artifact@v2
182182
with:
183183
name: ${{ matrix.image }}-image-tarball
184-
path: ${{ matrix.image }}-${{ github.ref.name }}.tar
184+
path: ${{ matrix.image }}-${{ env.GITHUB_REF_NAME }}.tar
185185

186186
- uses: ./.github/actions/cargo-install-upload-artifacts
187187
if: matrix.deploy

0 commit comments

Comments
 (0)