Skip to content

Commit

Permalink
fix(actions): nvm didn't even need to use a multiline char
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 8, 2023
1 parent a97271a commit 03fa3be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
# - src-tauri/target/universal-apple-darwin/release/bundle/macos/Dorion.app
- name: Compress build (windows)
if: matrix.platform == 'windows-latest'
run: 7z a -tzip Dorion.zip ^
src-tauri/target/release/Dorion.exe ^
src-tauri/target/release/config.json ^
src-tauri/target/release/updater.exe ^
src-tauri/target/release/plugins/ ^
src-tauri/target/release/themes/ ^
src-tauri/target/release/icons/ ^
run: 7z a -tzip Dorion.zip
src-tauri/target/release/Dorion.exe
src-tauri/target/release/config.json
src-tauri/target/release/updater.exe
src-tauri/target/release/plugins/
src-tauri/target/release/themes/
src-tauri/target/release/icons/
src-tauri/target/release/injection/

- name: Compress build (linux)
Expand Down

0 comments on commit 03fa3be

Please sign in to comment.