Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Feb 27, 2024
1 parent df0d16e commit d885d19
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ jobs:
run: flutter config --enable-windows-desktop
- name: Build artifacts
run: flutter build windows --release
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: install evb
run: npm install enigmavirtualbox -g
- name: create evb config file
run: enigmavirtualbox gen renamer.evb renamer-bundled.exe ".\build\windows\x64\runner\Release\renamer.exe" ".\build\windows\x64\runner\Release"
# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 20
# - name: install evb
# run: npm install enigmavirtualbox -g
# - name: create evb config file
# run: enigmavirtualbox gen renamer.evb renamer-bundled.exe ".\build\windows\x64\runner\Release\renamer.exe" ".\build\windows\x64\runner\Release"
# - name: build single exe file
# run: enigmavirtualbox cli .\renamer.evb
- name: Windows Release
uses: actions/upload-artifact@v4
with:
name: renamer-${{github.ref_name}}-${{ github.sha }}-windows
path: renamer.evb
path: build/windows/x64/runner/Release

# build-and-release-macos:
# runs-on: macos-14
Expand Down

0 comments on commit d885d19

Please sign in to comment.