Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missed includes
Browse files Browse the repository at this point in the history
ZIP only content without parent folder
emcifuntik committed Mar 22, 2023
1 parent d865b27 commit 9af0fda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
@@ -35,6 +35,11 @@ jobs:
copy build\windows\x64\release\alt-voice.lib upload\lib\release
copy build\windows\x64\debug\alt-voice.lib upload\lib\debug
copy include\alt-voice.h upload\include
copy include\IAudioFilter.h upload\include
copy include\IOpusDecoder.h upload\include
copy include\IOpusEncoder.h upload\include
copy include\ISoundIO.h upload\include
copy include\VoiceError.h upload\include
- uses: actions/upload-artifact@v3
with:
@@ -97,7 +102,7 @@ jobs:

- name: Zip artifacts
run: |
zip -r alt-voice-windows dist-windows/*
cd dist-windows && zip -r ../alt-voice-windows.zip .
# zip -r alt-voice-linux dist-linux/*

- name: Set outputs

0 comments on commit 9af0fda

Please sign in to comment.