File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 run : ./mvnw package
2727
2828 - name : Create function zip
29- run : cd target/azure-functions; zip -r ../../randomquotesapi-azure.0.1.${{ github.run_number }}.zip *
29+ run : cd target/azure-functions/randomquotesapi-azure ; zip -r ../ ../../randomquotesapi-azure.0.1.${{ github.run_number }}.zip *
3030
3131 - name : Create Release
3232 id : create_release
Original file line number Diff line number Diff line change 1414 <java .version>11</java .version>
1515 <azure .functions.maven.plugin.version>1.11.0</azure .functions.maven.plugin.version>
1616 <azure .functions.java.library.version>1.4.2</azure .functions.java.library.version>
17- <functionAppName >randomquotesapi-azure-20210526112448524 </functionAppName >
17+ <functionAppName >randomquotesapi-azure</functionAppName >
1818 </properties >
1919
2020 <dependencies >
You can’t perform that action at this time.
0 commit comments