Skip to content

Commit b96d646

Browse files
committed
Try fixing tag.
1 parent cab75b0 commit b96d646

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
@@ -165,12 +165,12 @@ jobs:
165165
run: docker save "${IMAGE}:${TAG}" -o "${IMAGE}-${TAG}.tar"
166166
env:
167167
IMAGE: ${{ matrix.image }}
168-
TAG: ${{ github.ref.name }}
168+
TAG: ${{ env.GITHUB_REF_NAME }}
169169

170170
- uses: actions/upload-artifact@v2
171171
with:
172172
name: ${{ matrix.image }}-image-tarball
173-
path: ${{ matrix.image }}-${{ github.ref.name }}.tar
173+
path: ${{ matrix.image }}-${{ env.GITHUB_REF_NAME }}.tar
174174

175175
- uses: ./.github/actions/cargo-install-upload-artifacts
176176
if: matrix.deploy

0 commit comments

Comments
 (0)