Skip to content

Commit

Permalink
Testing GitHub Action to prevent double-zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
ultracodez committed Aug 4, 2023
1 parent f3dcc06 commit 0c6bed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: build-windows
path: out/make/zip/win32/**/*.*
path: out/MetaVoice-win32*/
build-macos:

runs-on: macos-latest
Expand Down Expand Up @@ -104,5 +104,5 @@ jobs:

name: build-macos

path: out/make/zip/darwin/**/*.*
path: out/MetaVoice-darwin*/

0 comments on commit 0c6bed6

Please sign in to comment.