Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gj committed Aug 18, 2020
1 parent 29c4150 commit f1c4980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ jobs:
with:
name: oso_js_node
- name: Create JS release artifact
working-directory: oso_js_node
run: npm pack
# - name: Download docs
# uses: actions/download-artifact@v1
Expand Down Expand Up @@ -567,7 +568,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./oso-${{ steps.version.outputs.oso_version }}.tgz
asset_path: ./oso_js_node/oso-${{ steps.version.outputs.oso_version }}.tgz
asset_name: oso-js-node-${{ steps.version.outputs.oso_version }}.tgz
asset_content_type: application/gzip
# - name: Upload Release Docs
Expand Down

0 comments on commit f1c4980

Please sign in to comment.