Skip to content

Commit

Permalink
library
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Nov 15, 2023
1 parent d3fef4f commit 35bdebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/upload_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
cp -r template ${{ env.appname }}
cp *.md ${{ env.appname }}
cp ${{ env.appname }}.json ${{ env.appname }}
cp ${{ env.appname }}.json CHANGELOG.md artifacts
zip -r ${{ env.appname }}-${{ steps.convert_version.outputs.VERSION_CORE }}.zip ${{ env.appname }}
cp ${{ env.appname }}-${{ steps.convert_version.outputs.VERSION_CORE }}.zip artifacts
cp ${{ env.appname }}/${{ env.appname }}-${{ steps.convert_version.outputs.VERSION_CORE }}.zip ${{ env.appname }}/${{ env.appname }}-latest.zip
cp artifacts/${{ env.appname }}-${{ steps.convert_version.outputs.VERSION_CORE }}.zip artifacts/${{ env.appname }}-latest.zip
- name: Upload To Azure Blob
uses: LanceMcCarthy/Action-AzureBlobUpload@v2
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Description": "200 application template for you installation.",
"Version": "0.5.9-rc1",
"Requires at most": "1.5.0",
"Requires at least": "0.0.2",
"Requires at least": "0.0.3",
"Author": "Websoft9 Inc",
"Author URI": "https://www.websoft9.com/",
"License": "GPL v2 or later",
Expand Down

0 comments on commit 35bdebe

Please sign in to comment.