Skip to content

Commit

Permalink
fix: test windows builder
Browse files Browse the repository at this point in the history
  • Loading branch information
zmhu committed Sep 20, 2023
1 parent c61def3 commit 104d882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
mkdir releases
fi
flutter build windows --release
cp build\windows\runner\Release\GeekChat.exe releases/GeekChat.exe
cp build/windows/runner/Release/GeekChat.exe releases/GeekChat.exe
- name: Publish Artefacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 104d882

Please sign in to comment.