Skip to content

Commit

Permalink
fixed artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanHnter authored Feb 6, 2024
1 parent 0263603 commit 585fe26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Client/docker
asset_name: docker-binary
asset_name: docker
asset_content_type: application/octet-stream

# If you want to just upload the binary as a workflow artifact:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: docker-binary
name: docker
path: ./Client/docker

0 comments on commit 585fe26

Please sign in to comment.