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 Mar 4, 2024
1 parent 39a8220 commit 95a2d43
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,16 @@ jobs:
node-version: 20
- name: install evb
run: npm install enigmavirtualbox -g
- name: create evb file
run: dart .\dev\windows_evb_config_generator.dart
# - name: create evb file
# run: dart .\dev\windows_evb_config_generator.dart
- name: build single exe file
run: enigmavirtualbox cli "renamer.evb"
run: enigmavirtualbox cli ".\evb\renamer.evb"
- name: Windows Release
uses: actions/upload-artifact@v4
with:
name: renamer-win
path: |
renamer.exe
renamer.evb
path: renamer.exe
# renamer.evb
#
# build-and-release-macos:
# runs-on: macos-14
Expand Down

0 comments on commit 95a2d43

Please sign in to comment.