Skip to content

Commit

Permalink
gha: give github 20s to process remaining artifacts upload before dow…
Browse files Browse the repository at this point in the history
…nloading them. Upgrade Flatpak Docker image
  • Loading branch information
a1batross committed Aug 12, 2024
1 parent a6b1e57 commit 7bb5d9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -119,5 +119,4 @@ jobs:
--title "Xash3D FWGS Continuous ${{ github.ref_name }} Build" \
--target $GITHUB_SHA \
--repo "$GITHUB_REPOSITORY" \
--prerelease \
--generate-notes
--prerelease

0 comments on commit 7bb5d9a

Please sign in to comment.