Skip to content

Commit 5b48bfc

Browse files
author
Kazuki Hamasaki
committed
fix compress aseet path
1 parent c7382e3 commit 5b48bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
release_name: Release ${{ github.ref }}
2929
draft: false
3030
prerelease: false
31-
- run: zip -j -r jsonpath-online-evaluator.zip dist
31+
- run: cd dist && zip -r jsonpath-online-evaluator.zip .
3232
- name: Upload Release Asset
3333
id: upload-release-asset
3434
uses: actions/upload-release-asset@v1
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:
3838
upload_url: ${{ steps.create_release.outputs.upload_url }}
39-
asset_path: ./jsonpath-online-evaluator.zip
39+
asset_path: ./dist/jsonpath-online-evaluator.zip
4040
asset_name: jsonpath-online-evaluator.zip
4141
asset_content_type: application/zip

0 commit comments

Comments
 (0)