Skip to content

Commit

Permalink
Trys AGAIN to make the build artifact name unique.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottle7 committed Nov 29, 2024
1 parent 0430fe1 commit 2761e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: build-artifacts-${{ github.job }}-${{ github.run_number }}
name: build-artifacts-${{ matrix.os }}
path: desktop/dist/

publish_release:
Expand Down

0 comments on commit 2761e88

Please sign in to comment.