Merge pull request #960 from Stremio/dependabot/github_actions/svenstaro/upload-release-action-2.11.1
Some checks failed
Build / build (push) Has been cancelled

chore(deps): bump svenstaro/upload-release-action from 2.10.0 to 2.11.1
This commit is contained in:
Timothy Z. 2025-07-01 12:19:46 +03:00 committed by GitHub
commit c2a2eca4e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
- name: Zip build artifact
run: zip -r stremio-web.zip ./build
- name: Upload build artifact to GitHub release assets
uses: svenstaro/upload-release-action@2.10.0
uses: svenstaro/upload-release-action@2.11.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: stremio-web.zip