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

chore(deps): bump svenstaro/upload-release-action from 2.11.4 to 2.11.5
This commit is contained in:
Tim 2026-03-16 23:39:45 +01:00 committed by GitHub
commit 2f4dff7dd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,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.11.4
uses: svenstaro/upload-release-action@2.11.5
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: stremio-web.zip