Skip to content

Commit

Permalink
problem: fails on uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Feb 13, 2025
1 parent f39fc7b commit f415697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
matrix:
os: ['windows-latest', 'macos-latest', 'ubuntu-latest']
runs-on: ${{ matrix.os }}
# ENABLE CONTINUE if not enabled GH prevents the job from restarting manually
continue-on-error: true
steps:
- name: Checkout the code
uses: actions/checkout@v3
Expand Down Expand Up @@ -153,6 +155,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: dist
# for a some reason GH may get the same artifact twice and that would fail the job
overwrite: true
path: |
packages/desktop/dist/*.zip
packages/desktop/dist/*.dmg
Expand Down

0 comments on commit f415697

Please sign in to comment.