diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b317ee291..69f73e835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: - name: Build name if: "!startsWith(github.ref, 'refs/tags/') && success()" run: | - mv dist/Cockpit*.flatpak dist/Cockpit-${{ matrix.suffix }}-$(git describe --tags).flatpak + mv dist/Cockpit*.flatpak dist/Cockpit-linux-$(git describe --tags).flatpak - name: Upload Artifact uses: actions/upload-artifact@v3