We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4061615 commit 6a32402Copy full SHA for 6a32402
1 file changed
.github/workflows/build.yaml
@@ -43,7 +43,7 @@ jobs:
43
ref: ${{ github.event.pull_request.head.sha }}
44
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
45
- name: untar binaries
46
- run: tar -xvf artifact/dist.tar
+ run: tar -xvf dist.tar
47
- name: Login to GHCR
48
if: github.actor != 'dependabot[bot]'
49
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
0 commit comments