diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53659d116..9e08d64d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,12 +108,13 @@ jobs: if: matrix.os == 'ubuntu-24-arm' run: | SNAPCRAFT_BUILD_ENVIRONMENT="host" bun deploy:electron + ls -la dist - name: Bun deploy (others) if: matrix.os != 'ubuntu-24-arm' run: | bun deploy:electron - + ls -la dist - name: Build artifact name if: "!startsWith(github.ref, 'refs/tags/') && success()" run: | @@ -128,7 +129,9 @@ jobs: uses: actions/upload-artifact@v3 with: name: cockpit-${{ matrix.suffix }} - path: dist/Cockpit-${{ matrix.suffix }}-*.${{ matrix.extension }} + path: | + dist/Cockpit-${{ matrix.suffix }}-*.${{ matrix.extension }} + dist/latest*.yml if-no-files-found: error - name: Upload Release