Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kefalle authored Nov 3, 2023
1 parent 6eb5f40 commit 6a3bcd2
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 @@ -38,6 +38,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./simpleModbus-linux-amd.tar.gz
asset_name: simpleModbus-linux-amd.tar.gz
asset_path: ./simpleModbus-linux-arm.tar.gz
asset_name: simpleModbus-linux-arm.tar.gz
asset_content_type: application/zip

0 comments on commit 6a3bcd2

Please sign in to comment.