This commit is contained in:
@@ -43,8 +43,12 @@ jobs:
|
|||||||
cd dist_package
|
cd dist_package
|
||||||
zip -r ../quibot-web.zip .
|
zip -r ../quibot-web.zip .
|
||||||
|
|
||||||
- name: Upload artifact
|
# Create or update release and upload asset
|
||||||
uses: actions/upload-artifact@v3
|
- name: Upload Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: quibot-web
|
tag_name: latest
|
||||||
path: quibot-web/quibot-web.zip
|
name: Latest Build
|
||||||
|
files: quibot-web/quibot-web.zip
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITEATOKEN }}
|
||||||
Reference in New Issue
Block a user