Skip to content

Commit

Permalink
fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque authored Feb 29, 2024
1 parent 2f5eaa1 commit af667ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: windows
path: app/electron_dist
path: app/dist_electron
linux:
name: "Linux"
runs-on: ubuntu-latest
Expand All @@ -49,5 +49,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: windows
path: app/electron_dist
name: linux
path: app/dist_electron

0 comments on commit af667ed

Please sign in to comment.