diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 45260dc9..ecb5439e 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -117,6 +117,8 @@ jobs: needs: [build, flatpak] if: ${{ github.event_name == 'push' }} steps: + - name: Checkout + uses: actions/checkout@v4 - name: Remove old release, fetch artifacts, repackage binaries and upload new release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}