Skip to content

Commit

Permalink
Fixed push command
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 14, 2021
1 parent a494bbb commit 7dc7823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: mv target/app.jar target/app.0.1.${{ github.run_number }}.jar

- name: Push Package
run: octo push --space=${{ secrets.OCTOPUS_SERVER_SPACE}} --server=${{ secrets.OCTOPUS_SERVER_URL }} --apiKey=${{ secrets.OCTOPUS_API_KEY }} target/app.0.1.${{ github.run_number }}.jar
run: octo push --space=${{ secrets.OCTOPUS_SERVER_SPACE}} --server=${{ secrets.OCTOPUS_SERVER_URL }} --apiKey=${{ secrets.OCTOPUS_API_KEY }} --package target/app.0.1.${{ github.run_number }}.jar

- name: Generate Octopus Deploy build information
uses: xo-energy/action-octopus-build-information@v1.0.0
Expand Down

0 comments on commit 7dc7823

Please sign in to comment.