Skip to content

Commit

Permalink
Update go-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tech-Dex committed Jul 27, 2023
1 parent 8f96d8a commit 548e433
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
- name: Save build artifact
run: |
mkdir -p build
if not exist build (
mkdir build
) else (
echo 'build' directory already exists
)
mv main.exe build/
mv cmd/fyne-app/PartsPal.exe build/
git config --local user.email "action@github.com"
Expand Down

0 comments on commit 548e433

Please sign in to comment.