Skip to content

Commit

Permalink
ci: fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed May 17, 2024
1 parent b4fa768 commit 8bb6114
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 @@ -79,7 +79,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: pilotlight_release
name: pilotlight_release_win32
path: D:\a\pilotlight\pilotlight\out\pilotlight_win32.zip
overwrite: true

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: pilotlight_release
name: pilotlight_release_macos
path: /Users/runner/work/pilotlight/pilotlight/out/pilotlight_macos.zip
overwrite: true

Expand Down Expand Up @@ -216,6 +216,6 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: pilotlight_release
name: pilotlight_release_linux
path: /home/runner/work/pilotlight/pilotlight/out/pilotlight_linux_amd64.zip
overwrite: true

0 comments on commit 8bb6114

Please sign in to comment.