Skip to content

Commit

Permalink
ci: fix release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed May 15, 2023
1 parent ca82c6a commit 6afb9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run build

- name: Create a zip
run: zip sketch-crowdin.sketchplugin.zip sketch-crowdin.sketchplugin
run: zip -r sketch-crowdin.sketchplugin.zip sketch-crowdin.sketchplugin

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build

- name: Create a zip
run: zip sketch-crowdin.sketchplugin.zip sketch-crowdin.sketchplugin
run: zip -r sketch-crowdin.sketchplugin.zip sketch-crowdin.sketchplugin

- name: Upload asset
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6afb9b8

Please sign in to comment.