Skip to content

Commit

Permalink
Fixed a path name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 26, 2021
1 parent db3e4f4 commit 59bf2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ./mvnw package

- name: Create function zip
run: cd target/azure-functions; zip -r ../../randomquotesapi-azure.0.1.${{ github.run_number }}.zip *
run: cd target/azure-functions/randomquotesapi-azure; zip -r ../../../randomquotesapi-azure.0.1.${{ github.run_number }}.zip *

- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<java.version>11</java.version>
<azure.functions.maven.plugin.version>1.11.0</azure.functions.maven.plugin.version>
<azure.functions.java.library.version>1.4.2</azure.functions.java.library.version>
<functionAppName>randomquotesapi-azure-20210526112448524</functionAppName>
<functionAppName>randomquotesapi-azure</functionAppName>
</properties>

<dependencies>
Expand Down

0 comments on commit 59bf2d2

Please sign in to comment.