From f5a8fdca4c24c9a89597d8a7a03124db72eb1502 Mon Sep 17 00:00:00 2001 From: tfuxu <73042332+tfuxu@users.noreply.github.com> Date: Sun, 25 Dec 2022 16:53:53 +0000 Subject: [PATCH] meta: change CI artifact output names Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c499282..78ced8c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,8 @@ jobs: # Don't fail the whole workflow if one architecture fails fail-fast: false steps: - - uses: actions/checkout@v3 - # Docker is required by the docker/setup-qemu-action which enables emulation + - name: Checkout + uses: actions/checkout@v3 - name: Install deps run: | dnf -y install docker @@ -46,7 +46,7 @@ jobs: - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 with: repository-name: gnome-nightly - bundle: gradience-dev.flatpak + bundle: gradience-devel.flatpak manifest-path: build-aux/flatpak/com.github.GradienceTeam.Gradience.Devel.json cache-key: flatpak-builder-${{ github.sha }} arch: ${{ matrix.arch }}