Skip to content

Commit

Permalink
Do not upload zip for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Dec 10, 2024
1 parent 8488fd3 commit f9ba5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Upload zip distributives to artifacts
uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
if: runner.os == 'Windows' && matrix.tag == 'x64'
with:
name: Tonkeeper Desktop ${{ runner.os }} x64 archive
retention-days: 10
Expand Down

0 comments on commit f9ba5c4

Please sign in to comment.