We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7382e3 commit 5b48bfcCopy full SHA for 5b48bfc
.github/workflows/release.yml
@@ -28,14 +28,14 @@ jobs:
28
release_name: Release ${{ github.ref }}
29
draft: false
30
prerelease: false
31
- - run: zip -j -r jsonpath-online-evaluator.zip dist
+ - run: cd dist && zip -r jsonpath-online-evaluator.zip .
32
- name: Upload Release Asset
33
id: upload-release-asset
34
uses: actions/upload-release-asset@v1
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
with:
38
upload_url: ${{ steps.create_release.outputs.upload_url }}
39
- asset_path: ./jsonpath-online-evaluator.zip
+ asset_path: ./dist/jsonpath-online-evaluator.zip
40
asset_name: jsonpath-online-evaluator.zip
41
asset_content_type: application/zip
0 commit comments