Skip to content

Commit

Permalink
Update workflow artifact download when tag is present.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jan 3, 2025
1 parent 1dd1ac4 commit 4eab81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Download
uses: actions/download-artifact@v3
with:
name: kupo-${{ github.sha }}-${{ matrix.arch }}-${{ matrix.os }}
name: kupo-${{ steps.meta.outputs.tags }}-${{ matrix.arch }}-${{ matrix.os }}

- name: Build and push (latest)
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 4eab81b

Please sign in to comment.