Skip to content

Commit

Permalink
workflow ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryog committed Dec 9, 2024
1 parent 41a8c84 commit 07784e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:

- name: Create ZIP package
run: |
mkdir -p dist
zip -r dist/chrome-extension.zip ./build
cd dist
zip -r chrome-extension.zip .
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
files: dist/chrome-extension.zip
files: dist/porto-extension.zip
tag_name: v${{ github.sha }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 07784e6

Please sign in to comment.