Skip to content

Commit

Permalink
ci: fixup artifact upload settings
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Sep 13, 2024
1 parent abfff5e commit e49f04e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
name: macos-${{ matrix.goarch }}
path: couper-${{ github.ref_name }}-darwin-${{ matrix.goarch }}.tar.gz
retention-days: 1
compression-level: 0
if-no-files-found: error

macos:
name: 'sign MacOS binary'
Expand Down Expand Up @@ -104,6 +106,7 @@ jobs:
name: macos-${{ matrix.goarch }}
- name: 'extract artifacts'
run: |
ls -R
tar -xzf couper-${{ github.ref_name }}-darwin-${{ matrix.goarch }}.tar.gz
mv couper-${{ github.ref_name }}-darwin-${{ matrix.goarch }} couper-${{ github.ref_name }}-macos-${{ matrix.goarch }}
- name: Notarize
Expand Down

0 comments on commit e49f04e

Please sign in to comment.