Skip to content

Commit

Permalink
Update window_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quocbao238 committed Jun 3, 2023
1 parent 2b439ae commit 5fc1033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/window_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Rename name file "example.exe" to "flutter_m3.exe
working-directory: example
run: mv example/build/windows/runner/Release/example.exe example/build/windows/runner/Release/flutter_m3.exe
run: mv build/windows/runner/Release/example.exe mv build/windows/runner/Release/flutter_m3.exe
#
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 5fc1033

Please sign in to comment.