File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- name : ' publish-latest-release '
1+ name : ' publish-orm-stack '
22
33on :
44 # Trigger the workflow on push or pull request,
1212
1313jobs :
1414 publish_artifact :
15- name : ' Publish Artifact as Latest Release '
15+ name : ' Publish Release for ORM Stack '
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v2
19- - name : ' Generate OCI ORM Stack zip file'
19+ - name : ' Generate ORM Stack zip file'
2020 run : |
2121 cd ${{ github.workspace }}/build-orm
2222 sh -x build.sh
23- - name : ' Generate pre-release for ORM click to deploy button '
23+ - name : ' Publish Release '
2424 uses : eine/tip@master
2525 with :
2626 token : ${{ secrets.GITHUB_TOKEN }}
27+ # Artifact will be available for download at: https://github.com/<organization>/<repository>/releases/download/<tag>/<zip file>
28+ # E.g. https://github.com/oracle-quickstart/oci-github-actions-runner/releases/download/orm-deploy/orm.zip
2729 tag : ' orm-deploy'
2830 files : |
2931 ${{ github.workspace }}/build-orm/orm.zip
You can’t perform that action at this time.
0 commit comments