Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-Kondracki authored Apr 14, 2024
1 parent d26824b commit 68c935a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest

- name: Build
working-directory: ./ShindenToAnilist
run: wails build

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
with:
path: 'build/bin/ShindenToAnilist.exe'
path: './ShindenToAnilist/build/bin/ShindenToAnilist.exe'

0 comments on commit 68c935a

Please sign in to comment.