From 7bb5d9a67ad249baccbdfc5631f91e86a0b70ca5 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 12 Aug 2024 11:43:01 +0300 Subject: [PATCH] gha: give github 20s to process remaining artifacts upload before downloading them. Upgrade Flatpak Docker image --- .github/workflows/c-cpp.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 3055dae2..c70ca283 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -67,14 +67,13 @@ jobs: name: artifact-${{ matrix.targetos }}-${{ matrix.targetarch }} path: artifacts/* flatpak: - name: "Flatpak" runs-on: ubuntu-latest strategy: matrix: include: - app: su.xash.Engine.Compat.i386 container: - image: bilelmoussaoui/flatpak-github-actions:freedesktop-22.08 + image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08 options: --privileged steps: - name: Checkout @@ -101,6 +100,7 @@ jobs: --yes \ --cleanup-tag \ --repo "$GITHUB_REPOSITORY" || true + sleep 20s gh run download "$GITHUB_RUN_ID" \ --dir artifacts/ \ --repo "$GITHUB_REPOSITORY" @@ -119,5 +119,4 @@ jobs: --title "Xash3D FWGS Continuous ${{ github.ref_name }} Build" \ --target $GITHUB_SHA \ --repo "$GITHUB_REPOSITORY" \ - --prerelease \ - --generate-notes + --prerelease