Skip to content

Commit

Permalink
do not package windows build to test
Browse files Browse the repository at this point in the history
Signed-off-by: Walter Schweizer <[email protected]>
  • Loading branch information
swwa committed Oct 24, 2023
1 parent 2d1a7ef commit 77a65e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,10 @@ jobs:
cd build
cmake ..
cmake --build .
cmake --build . --target package
- name: Archive build result
uses: actions/upload-artifact@v2
with:
name: win-binary
path: |
build/AudMeS
build/AudMeS-*.zip
build/AudMeS.exe

0 comments on commit 77a65e8

Please sign in to comment.