Skip to content

Commit

Permalink
piuuu
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckis committed Aug 26, 2024
1 parent 7d63791 commit 78f6239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
node-version: "20"
- name: Install, build
id: build
run: |
npm i -g pnpm
pnpm install
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ env.PLUGIN_NAME }}.zip
asset_name: ${{ env.PLUGIN_NAME }}-${{ env.VERSION }}.zip
asset_name: ${{ env.PLUGIN_NAME }}${{ steps.build.outputs.tag_name }}.zip
asset_content_type: application/zip

- name: Upload package.json
Expand Down

0 comments on commit 78f6239

Please sign in to comment.