From 13769fa2b5be974033b2ce3df54845b33c86e89d Mon Sep 17 00:00:00 2001 From: Yingzhou Li <yingzhouli0417@gmail.com> Date: Mon, 7 Feb 2022 16:12:41 +0800 Subject: [PATCH] Updated workflow --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 738c97d..cff1b1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Zip run: | - zip -9r smartpoll.mbp polls maubot.yaml upload.py + zip -9r exec.mbp exec maubot.yaml base-config.yaml - name: Get the version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} @@ -34,6 +34,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./smartpoll.mbp - asset_name: smartpoll-${{steps.get_version.outputs.VERSION}}.mbp + asset_path: ./exec.mbp + asset_name: exec-${{steps.get_version.outputs.VERSION}}.mbp asset_content_type: application/zip -- GitLab