Skip to content

Error: failed retrieving file 'sunshine-0.23.1-1-x86_64.pkg.tar.zst.sig' from app.lizardbyte.dev : The requested URL returned error: 404 #4

Error: failed retrieving file 'sunshine-0.23.1-1-x86_64.pkg.tar.zst.sig' from app.lizardbyte.dev : The requested URL returned error: 404

Error: failed retrieving file 'sunshine-0.23.1-1-x86_64.pkg.tar.zst.sig' from app.lizardbyte.dev : The requested URL returned error: 404 #4

Workflow file for this run

---
# This action is centrally managed in https://github.com/<organization>/.github/
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.
# Label and un-label actions using `../label-actions.yml`.
name: Issues
on:
issues:
types: [labeled, unlabeled]
discussion:
types: [labeled, unlabeled]
jobs:
label:
name: Label Actions
if: startsWith(github.repository, 'LizardByte/')
runs-on: ubuntu-latest
steps:
- name: Label Actions
uses: dessant/label-actions@v4
with:
github-token: ${{ secrets.GH_BOT_TOKEN }}