Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Feb 27, 2024
1 parent c7558a9 commit df0d16e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
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: 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: build/windows/x64/runner/Release
path: renamer.evb

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

0 comments on commit df0d16e

Please sign in to comment.