Skip to content

Commit

Permalink
Update cross-compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cantoblanco authored Feb 2, 2025
1 parent bfa960d commit 414a5d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.docker == 'linux/amd64' ? 'linux-amd64-artifact' : 'linux-arm64-artifact' }}
name: ${{ matrix.docker == 'linux/amd64' && 'linux-amd64-artifact' || 'linux-arm64-artifact' }}
path: artifact/

0 comments on commit 414a5d7

Please sign in to comment.