Skip to content

Commit

Permalink
add upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gopuman committed Jul 13, 2023
1 parent 3405814 commit 1302247
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ runs:
OIDC_TOKEN=$(curl -sLS "${REQUEST_TOKEN_URL}&audience=uffizzi" -H "User-Agent: actions/oidc-client" -H "Authorization: Bearer $REQUEST_TOKEN")
./${{ inputs.binary-name }} login_by_identity_token --token "${OIDC_TOKEN}" --server "${UFFIZZI_SERVER}"
- name: Export the binary
uses: actions/upload-artifact@v3
with:
name: my-artifact
path: ${{ inputs.binary-name }}

0 comments on commit 1302247

Please sign in to comment.