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 381d303 commit 0d8e36b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/${{ needs.project-info.outputs.PROJECT_ARTIFACT }}-Linux-amd64.bin
asset_path: ./target/${{ needs.project-info.outputs.PROJECT_ARTIFACT }}-${{ needs.project-info.outputs.PROJECT_VERSION }}-Linux-amd64.bin
asset_name: ${{ needs.project-info.outputs.PROJECT_ARTIFACT }}-${{ needs.project-info.outputs.PROJECT_VERSION }}-Linux-amd64.bin
asset_content_type: application/octet-stream
- name: Upload Mac Bin
Expand All @@ -230,7 +230,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{steps.create-release.outputs.upload_url }}
asset_path: ./target/${{ needs.linux-build.outputs.PROJECT_ARTIFACT }}-Mac-x86_64.bin
asset_path: ./target/${{ needs.linux-build.outputs.PROJECT_ARTIFACT }}-${{ needs.project-info.outputs.PROJECT_VERSION }}-Mac-x86_64.bin
asset_name: ${{ needs.linux-build.outputs.PROJECT_ARTIFACT }}-${{ needs.linux-build.outputs.PROJECT_VERSION }}-Mac-x86_64.bin
asset_content_type: application/octet-stream
- name: Upload Bin
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<fallback>false</fallback>
<buildArgs>
<buildArg>-H:DashboardDump=${project.artifactId} -H:+DashboardAll
--enable-sbom -H:IncludeSBOM=cyclonedx
--enable-sbom -H:IncludeSBOM=cyclonedx -march=compatibility
</buildArg>
</buildArgs>
<agent>
Expand Down

0 comments on commit 0d8e36b

Please sign in to comment.