Skip to content

Commit

Permalink
feat: Upload the newly generated package that contains the two jar fi…
Browse files Browse the repository at this point in the history
…les inside
  • Loading branch information
lfdesousa committed Jun 10, 2024
1 parent ea105e3 commit ff64a65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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: ./target/mobile-access-gateway-${{ env.RELEASE_VERSION }}-spring-boot.jar
asset_name: mobile-access-gateway-${{ env.RELEASE_VERSION }}-spring-boot.jar
asset_path: ./mag-${{ env.RELEASE_VERSION }}.zip
asset_name: mag-${{ env.RELEASE_VERSION }}.zip
asset_content_type: application/zip
# Below we need to temporarily disable
#- name: Generate the Jacoco report
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.bfh</groupId>
<artifactId>mobile-access-gateway</artifactId>
<version>0.0.13</version>
<version>0.0.14</version>
<description>FHIR Gateway supporting the PMIR and MHD server actors and uses XDS/PIXV3 to communicate with an XDS Affinity Domain</description>
<packaging>jar</packaging>

Expand Down

0 comments on commit ff64a65

Please sign in to comment.