Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mizaki authored Sep 18, 2024
1 parent afafc70 commit adc5364
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
tox run -m build
python -m pip install dist/*.whl -t build/plugin
cd build/plugin
zip -r dist/plugin/${{ github.event.repository.name }}.zip *
mkdir ../../dist/plugin
zip -r ../../dist/plugin/${{ github.event.repository.name }}.zip *
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
draft: false
files: |
./dist/plugin/*.zip
dist/plugin/*.zip

0 comments on commit adc5364

Please sign in to comment.