Skip to content

Commit

Permalink
fixed github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ScorpioBroker committed Jul 20, 2023
1 parent 3d4627b commit 1eddf58
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./at-context-server/target/quarkus-app/at-context-server-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./at-context-server/target/at-context-server-${{steps.get-build-id.outputs.id}}-runner
asset_name: at-context-server-macos-kafka-${{steps.get-id.outputs.id}}-macos-kafka
asset_content_type: application/octet-stream
- name: Upload Release history-query-manager
Expand All @@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./HistoryQueryManager/target/quarkus-app/history-query-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./HistoryQueryManager/target/history-query-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: history-query-manager-macos-kafka-${{steps.get-id.outputs.id}}-macos-kafka
asset_content_type: application/octet-stream
- name: Upload Release history-entity-manager
Expand All @@ -70,7 +70,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./HistoryEntityManager/target/quarkus-app/history-entity-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./HistoryEntityManager/target/history-entity-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: history-entity-manager-macos-kafka-${{steps.get-id.outputs.id}}-macos-kafka
asset_content_type: application/octet-stream
- name: Upload Release registry-subscription-manager
Expand All @@ -79,7 +79,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./RegistrySubscriptionManager/target/quarkus-app/registry-subscription-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./RegistrySubscriptionManager/target/registry-subscription-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: registry-subscription-manager-macos-kafka-${{steps.get-id.outputs.id}}-macos-kafka
asset_content_type: application/octet-stream
- name: Upload Release registry-manager
Expand All @@ -88,7 +88,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./RegistryManager/target/quarkus-app/registry-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./RegistryManager/target/registry-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: registry-manager-macos-kafka-${{steps.get-id.outputs.id}}-macos-kafka
asset_content_type: application/octet-stream
- name: Upload Release subscription-manager
Expand All @@ -97,7 +97,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./SubscriptionManager/target/quarkus-app/subscription-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./SubscriptionManager/target/subscription-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: subscription-manager-macos-kafka-${{steps.get-id.outputs.id}}-macos-kafka
asset_content_type: application/octet-stream
- name: Upload Release query-manager
Expand All @@ -106,7 +106,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./QueryManager/target/quarkus-app/query-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./QueryManager/target/query-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: query-manager-macos-kafka-${{steps.get-id.outputs.id}}-macos-kafka
asset_content_type: application/octet-stream
- name: Upload Release entity-manager
Expand All @@ -115,7 +115,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./EntityManager/target/quarkus-app/entity-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./EntityManager/target/entity-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: entity-manager-macos-kafka-${{steps.get-id.outputs.id}}-macos-kafka
asset_content_type: application/octet-stream
build-macos-aaio:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./at-context-server/target/quarkus-app/at-context-server-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./at-context-server/target/at-context-server-${{steps.get-build-id.outputs.id}}-runner
asset_name: at-context-server-ubuntu-kafka-${{steps.get-id.outputs.id}}-ubuntu-kafka
asset_content_type: application/octet-stream
- name: Upload Release history-query-manager
Expand All @@ -171,7 +171,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./HistoryQueryManager/target/quarkus-app/history-query-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./HistoryQueryManager/target/history-query-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: history-query-manager-ubuntu-kafka-${{steps.get-id.outputs.id}}-ubuntu-kafka
asset_content_type: application/octet-stream
- name: Upload Release history-entity-manager
Expand All @@ -180,7 +180,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./HistoryEntityManager/target/quarkus-app/history-entity-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./HistoryEntityManager/target/history-entity-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: history-entity-manager-ubuntu-kafka-${{steps.get-id.outputs.id}}-ubuntu-kafka
asset_content_type: application/octet-stream
- name: Upload Release registry-subscription-manager
Expand All @@ -189,7 +189,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./RegistrySubscriptionManager/target/quarkus-app/registry-subscription-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./RegistrySubscriptionManager/target/registry-subscription-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: registry-subscription-manager-ubuntu-kafka-${{steps.get-id.outputs.id}}-ubuntu-kafka
asset_content_type: application/octet-stream
- name: Upload Release registry-manager
Expand All @@ -198,7 +198,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./RegistryManager/target/quarkus-app/registry-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./RegistryManager/target/registry-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: registry-manager-ubuntu-kafka-${{steps.get-id.outputs.id}}-ubuntu-kafka
asset_content_type: application/octet-stream
- name: Upload Release subscription-manager
Expand All @@ -207,7 +207,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./SubscriptionManager/target/quarkus-app/subscription-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./SubscriptionManager/target/subscription-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: subscription-manager-ubuntu-kafka-${{steps.get-id.outputs.id}}-ubuntu-kafka
asset_content_type: application/octet-stream
- name: Upload Release query-manager
Expand All @@ -216,7 +216,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./QueryManager/target/quarkus-app/query-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./QueryManager/target/query-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: query-manager-ubuntu-kafka-${{steps.get-id.outputs.id}}-ubuntu-kafka
asset_content_type: application/octet-stream
- name: Upload Release entity-manager
Expand All @@ -225,7 +225,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SUPER_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./EntityManager/target/quarkus-app/entity-manager-${{steps.get-build-id.outputs.id}}-runner
asset_path: ./EntityManager/target/entity-manager-${{steps.get-build-id.outputs.id}}-runner
asset_name: entity-manager-ubuntu-kafka-${{steps.get-id.outputs.id}}-ubuntu-kafka
asset_content_type: application/octet-stream
build-ubuntu-aaio:
Expand Down

0 comments on commit 1eddf58

Please sign in to comment.