Skip to content

Commit

Permalink
fixed tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleymurdock committed Dec 27, 2023
1 parent 7ff6be7 commit 9c47119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
brew install nasm autoconf automake libtool swig
sed -i'' -e 's/xamarin/maui/g' ${{ github.workspace }}/pjproject/pjsip-apps/src/swig/csharp/Makefile
./build h264 opus ssl -a=x86_64,arm64
tar -zcvf ./libpjsua2 libpjsua2.tar.gz
tar -zcvf libpjsua2.tar.gz ./libpjsua2
- name: release
uses: actions/create-release@v1
id: create_release
Expand Down

0 comments on commit 9c47119

Please sign in to comment.