Skip to content

Commit

Permalink
Update linux.yml: only upload legacy target for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling authored Mar 8, 2025
1 parent 4884b2b commit 187773f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
path: ./build/pkg

- name: Upload Distribution (Legacy Naming)
if: matrix.config.target == 'amd64'
uses: actions/upload-artifact@v4
with:
name: pkg
Expand Down

0 comments on commit 187773f

Please sign in to comment.