Skip to content

Commit

Permalink
CI: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Dec 15, 2024
1 parent b81ac42 commit 062d5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
if: matrix.arch != 'aarch64' || matrix.include_arm64

- name: Move files (linux/macOS)
if: ${{ matrix.os != 'windows-latest' }}
if: ${{ matrix.os != 'windows-latest' }} && ${{ matrix.arch != 'aarch64' || matrix.include_arm64 }}
run: |
mkdir -p builds
find target/ -type f \( -name "*.deb" -o -name "*.AppImage" -o -name "*.dmg" \) -print0 |
Expand Down

0 comments on commit 062d5f6

Please sign in to comment.