Skip to content

Commit

Permalink
[wip]: test to also push mac zip
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Oct 14, 2024
1 parent 7599d3b commit 41ac88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Upload binary artifact
uses: actions/upload-artifact@v3
with:
name: Cockpit-${{ matrix.suffix }}-${{ matrix.arch }}-${{ env.VERSION }}.${{ matrix.extension }}
name: Cockpit-${{ matrix.suffix }}-${{ matrix.arch }}-${{ env.VERSION }}.*
path: dist/Cockpit*.${{ matrix.extension }}
if-no-files-found: error

Expand All @@ -149,7 +149,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && success()
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/Cockpit-${{ matrix.suffix }}-${{ matrix.arch }}-${{ env.VERSION }}.${{ matrix.extension }}
file: dist/Cockpit-${{ matrix.suffix }}-${{ matrix.arch }}-${{ env.VERSION }}.*
tag: ${{ github.ref }}
overwrite: true
prerelease: true
Expand Down

0 comments on commit 41ac88a

Please sign in to comment.