Skip to content

Commit

Permalink
Retry once more
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Jul 7, 2024
1 parent 98800a1 commit 56b6553
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
uses: actions/checkout@v4
- name: Update version
run: |
sed -i "s/<VERSION>.*<\/VERSION>/<VERSION>${{ needs.build.outputs.version }}<\/VERSION>/" "${{ github.workspace }}/src/DSharpPlus.VoiceLink.Natives.Opus/DSharpPlus.VoiceLink.Natives.Opus.csproj"
sed -i "s|<Version>.*</Version>|<Version>${{ needs.build.outputs.version }}</Version>|g" "${{ github.workspace }}/src/DSharpPlus.VoiceLink.Natives.Opus/DSharpPlus.VoiceLink.Natives.Opus.csproj"
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
uses: actions/checkout@v4
- name: Update version
run: |
sed -i "s/<VERSION>.*<\/VERSION>/<VERSION>${{ needs.build.outputs.version }}<\/VERSION>/" "${{ github.workspace }}/src/DSharpPlus.VoiceLink.Natives.Sodium/DSharpPlus.VoiceLink.Natives.Sodium.csproj"
sed -i "s|<Version>.*</Version>|<Version>${{ needs.build.outputs.version }}</Version>|g" "${{ github.workspace }}/src/DSharpPlus.VoiceLink.Natives.Sodium/DSharpPlus.VoiceLink.Natives.Sodium.csproj"
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Binary file removed libs/libopus/android-arm64/native/libopus.so
Binary file not shown.
Binary file removed libs/libopus/ios-arm64/native/libopus.dylib
Binary file not shown.
Binary file removed libs/libopus/linux-arm64/native/libopus.so
Binary file not shown.
Binary file removed libs/libopus/linux-musl-arm64/native/libopus.so
Binary file not shown.
Binary file removed libs/libopus/linux-musl-x64/native/libopus.so
Binary file not shown.
Binary file removed libs/libopus/linux-x64/native/libopus.so
Binary file not shown.
Binary file removed libs/libopus/osx-arm64/native/libopus.dylib
Binary file not shown.
Binary file removed libs/libopus/osx-x64/native/libopus.dylib
Binary file not shown.
Binary file removed libs/libopus/win-arm64/native/opus.dll
Binary file not shown.
Binary file removed libs/libopus/win-x64/native/opus.dll
Binary file not shown.
Binary file removed libs/libopus/win-x86/native/opus.dll
Binary file not shown.
Binary file removed libs/libsodium/android-arm64/native/libsodium.so
Binary file not shown.
Binary file removed libs/libsodium/ios-arm64/native/libsodium.dylib
Binary file not shown.
Binary file removed libs/libsodium/linux-arm64/native/libsodium.so
Binary file not shown.
Binary file removed libs/libsodium/linux-musl-arm64/native/libsodium.so
Binary file not shown.
Binary file removed libs/libsodium/linux-musl-x64/native/libsodium.so
Binary file not shown.
Binary file removed libs/libsodium/linux-x64/native/libsodium.so
Binary file not shown.
Binary file removed libs/libsodium/osx-arm64/native/libsodium.dylib
Binary file not shown.
Binary file removed libs/libsodium/osx-x64/native/libsodium.dylib
Binary file not shown.
Binary file removed libs/libsodium/win-arm64/native/sodium.dll
Binary file not shown.
Binary file removed libs/libsodium/win-x64/native/sodium.dll
Binary file not shown.
Binary file removed libs/libsodium/win-x86/native/sodium.dll
Binary file not shown.

0 comments on commit 56b6553

Please sign in to comment.