Skip to content

Commit

Permalink
New release workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
SanttuRantanen committed Dec 5, 2024
1 parent 448c24d commit cdbbb5e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,3 @@ jobs:
gh release upload ${{ github.event.release.tag_name }} android-library-module/streamrproxyclient-android-library-module-*.tgz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

verify-release:
needs: [build-desktop, build-ios, build-android]
runs-on: ubuntu-latest
steps:
- name: Verify Release Artifacts
run: |
gh release view ${{ github.event.release.tag_name }} --json assets -q '.assets[].name' | grep -E 'streamrproxyclient-(arm64|x64)-(osx|linux|ios|android)-[0-9]+\.[0-9]+\.[0-9]+\.tgz|streamrproxyclient-(ios-swift-package|android-library-module)-[0-9]+\.[0-9]+\.[0-9]+\.tgz'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cdbbb5e

Please sign in to comment.