From 3e5f5e60c833058f375a6aaa75660987545a42fd Mon Sep 17 00:00:00 2001 From: yezi Date: Mon, 9 Dec 2024 03:06:52 +0800 Subject: [PATCH] 1.0.9 --- .github/workflows/Publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index d497a4d..6e6ee56 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -24,14 +24,13 @@ jobs: - uses: lannonbr/vsce-action@4.0.0 with: - args: "publish -p $VSCE_TOKEN" + args: "publish -p $VSCE_TOKEN && vsce package" env: VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }} - name: Package id: package run: | - vsce package zip vscode-theme-green-eyecare-${{ env.RELEASE_VERSION }}.zip *.vsix ls -al echo "::set-output name=filename::vscode-theme-green-eyecare-${{ env.RELEASE_VERSION }}.zip"