Skip to content

Commit

Permalink
ci: abs path
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Sep 15, 2024
1 parent 84a068a commit 724ec82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
with:
app_store_connect_api_key_json_file: app_store_key.json
staple: true
input_path: couper-${{ github.ref_name }}-macos-${{ matrix.goarch }}.zip
input_path: ${{ github.workspace }}/couper-${{ github.ref_name }}-macos-${{ matrix.goarch }}.zip
- name: 'install assets-uploader'
run: go install github.com/wangyoucao577/assets-uploader/...@v0.13.0
- name: 'upload signed binary archive'
Expand Down

0 comments on commit 724ec82

Please sign in to comment.