Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jancona committed Jul 6, 2024
1 parent 86e35ce commit bfbeaee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dmrfill_linux_arm64
asset_name: dmrfill_linux_amd64
asset_name: dmrfill_linux_arm64
asset_content_type: application/octet-stream

- name: Upload Linux/arm Release Asset
Expand All @@ -93,7 +93,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dmrfill_linux_arm
asset_name: dmrfill_linux_amd
asset_name: dmrfill_linux_arm
asset_content_type: application/octet-stream

- name: Upload MacOS/amd64 Release Asset
Expand Down

0 comments on commit bfbeaee

Please sign in to comment.