Skip to content

Commit

Permalink
publish latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Oct 10, 2024
1 parent 4683d3b commit ab04eeb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit ab04eeb

Please sign in to comment.