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 9e4c824 commit 2b439ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/window_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
working-directory: example
run: flutter build windows

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

0 comments on commit 2b439ae

Please sign in to comment.