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 5fc1033 commit 161c78c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/window_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@ jobs:
working-directory: example
run: flutter build windows

- name: Rename name file "example.exe" to "flutter_m3.exe
working-directory: example
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
with:
name: Window - Release
path: mv example/build/windows/runner/Release/flutter_m3.exe
path: mv example/build/windows/runner/Release/example.exe

0 comments on commit 161c78c

Please sign in to comment.