Skip to content

Commit

Permalink
removed rename step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Jul 6, 2024
1 parent 533315b commit cc49268
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
- name: Build App files
run: flutter build windows --release --build-number ${{github.run_number}}

- name: Rename files 1
run: Rename-Item -Path "build/windows/x64/runner/Release/bloomee.exe" -NewName "build/windows/x64/runner/Release/temp_bloomee.exe"

- name: Rename files 2
run: Rename-Item -Path "build/windows/x64/runner/Release/temp_bloomee.exe" -NewName "build/windows/x64/runner/Release/Bloomee.exe"

- name: ZIP build
run: Compress-Archive -Path build/windows/x64/runner/Release/* -Destination build/windows/x64/bloomee_tunes_windows_x64_v2.8.0+${{github.run_number}}.zip

Expand Down

0 comments on commit cc49268

Please sign in to comment.