Skip to content

Commit

Permalink
Update build-static workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Panthevm committed Aug 4, 2023
1 parent 73f3fb0 commit 2fe7129
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create ankiaddon
run: zip -r -q suitkin.zip resources/public/suitkin
- name: Release
uses: softprops/action-gh-release@v1
with:
files: resources/public/suitkin
files: suitkin.zip

0 comments on commit 2fe7129

Please sign in to comment.