Skip to content
name: Upload .flatpakref to release
on:
release:
types: published
jobs:
release:

Check failure on line 8 in .github/workflows/release-flatpakref.yml

View workflow run for this annotation

GitHub Actions / Upload .flatpakref to release

Invalid workflow file

The workflow is not valid. .github/workflows/release-flatpakref.yml (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
steps:
- name: Download .flatpakref from Flathub
uses: suisei-cn/actions-download-file@v1.4.0
with:
url: "https://dl.flathub.org/repo/appstream/org.v1993.NXDumpClient.flatpakref"
target: release/
retry-times: 10
- name: Upload files to GitHub release
uses: softprops/action-gh-release@v1
with:
files: release/*