Skip to content

Commit

Permalink
Fixing binary location
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jan 30, 2024
1 parent 770e197 commit 8861915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ganak-mac-amd64
path: ganak
path: gana k

- name: Upload Artifact - Windows
if: matrix.os == 'windows-2022' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
with:
name: ganak-win64.exe
path: Release\ganak.exe
path: Release\ganak-win.exe

0 comments on commit 8861915

Please sign in to comment.