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 87f48e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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-${{ matrix.suffix }}.yml
if-no-files-found: error

- name: Upload Release
Expand Down

0 comments on commit 87f48e9

Please sign in to comment.