Skip to content

Commit 9942b1d

Browse files
author
Dario
committed
ci: use github.ref for artifacts instead of sha
1 parent 1a7e063 commit 9942b1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
name: Upload build artifact
6060
uses: actions/upload-artifact@v3
6161
with:
62-
name: ${{ github.sha }}
62+
name: ${{ github.ref }}
6363
path: ${{ inputs.artifactPath }}

.github/workflows/kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
name: Download build artifact
129129
uses: actions/download-artifact@v3
130130
with:
131-
name: ${{ github.sha }}
131+
name: ${{ github.ref }}
132132
path: ${{ inputs.artifactPath }}
133133
- name: Set up Docker Buildx
134134
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)