Skip to content

Commit

Permalink
Reflowing the build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kebernet committed Apr 20, 2024
1 parent 6f9c764 commit 1ce32e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{steps.create-release.outputs.upload_url }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/${{ needs.linux-build.outputs.PROJECT_ARTIFACT }}-${{ needs.project-info.outputs.PROJECT_VERSION }}-Mac-x86_64
asset_name: ${{ needs.linux-build.outputs.PROJECT_ARTIFACT }}-${{ needs.linux-build.outputs.PROJECT_VERSION }}-Mac-x86_64.bin
asset_content_type: application/octet-stream
Expand All @@ -238,7 +238,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{steps.create-release.outputs.upload_url }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/${{ needs.project-info.outputs.PROJECT_ARTIFACT }}-${{ needs.project-info.outputs.PROJECT_VERSION }}-Windows-amd64.exe
asset_name: ${{ needs.linux-build.outputs.PROJECT_ARTIFACT }}-${{ needs.linux-build.outputs.PROJECT_VERSION }}-Windows-amd64.exe
asset_content_type: application/octet-stream

0 comments on commit 1ce32e2

Please sign in to comment.