Skip to content

Commit

Permalink
ci: debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Sep 13, 2024
1 parent e49f04e commit f8d99a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
test:
if: ${{ false }}
runs-on: ubuntu-latest
steps:
- name: 'wait for tests'
Expand Down Expand Up @@ -106,9 +107,8 @@ 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 }}
ls -R
- name: Notarize
uses: indygreg/apple-code-sign-action@v1
with:
Expand Down

0 comments on commit f8d99a6

Please sign in to comment.