Skip to content

Commit

Permalink
Update build.yml hopefully fix deploy names
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h authored Oct 11, 2023
1 parent 5a3fc3d commit 485943d
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 @@ -59,7 +59,7 @@ jobs:
with:
name: Syncplay-${{ env.VER }}-x86-Setup.exe
path: |
Syncplay-${{ env.VER }}-x86-Setup.exe
Syncplay-${{ env.VER }}-Setup.exe
windows64:
name: Build for Windows (64-bit)
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Deploy portable
uses: actions/upload-artifact@v2
with:
name: Syncplay_${{ env.VER }}_Portable
name: Syncplay_${{ env.VER }}_x64_Portable
path: |
syncplay_v${{ env.VER }}
Expand All @@ -118,7 +118,7 @@ jobs:
with:
name: Syncplay-${{ env.VER }}-x64-Setup.exe
path: |
Syncplay-${{ env.VER }}-x64-Setup.exe
Syncplay-${{ env.VER }}-Setup.exe
macos:
name: Build for macOS
Expand Down

0 comments on commit 485943d

Please sign in to comment.