Skip to content

Commit

Permalink
fix: upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
id88 committed Oct 10, 2023
1 parent 2732f81 commit 57e34a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build_on_${{ matrix.os }}
path: ../my-wails-project/build/bin/
retention-days: 5
path: build/bin/
retention-days: 5
working-directory: ../my-wails-project/

0 comments on commit 57e34a1

Please sign in to comment.