Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeerlo committed Dec 17, 2024
1 parent dd21c8f commit 7a7b4a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Upload npm package file
uses: actions/upload-artifact@v4
with:
name: esptool-js-${{ steps.version.outputs.version }}.tgz
path: esptool-js-${{ steps.version.outputs.version }}.tgz
name: athombv-esptool-js-${{ steps.version.outputs.version }}.tgz
path: athombv-esptool-js-${{ steps.version.outputs.version }}.tgz
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Upload package file
uses: actions/upload-artifact@v4
with:
name: esptool-js-${{ steps.version.outputs.version }}.tgz
path: esptool-js-${{ steps.version.outputs.version }}.tgz
name: athombv-esptool-js-${{ steps.version.outputs.version }}.tgz
path: athombv-esptool-js-${{ steps.version.outputs.version }}.tgz
- name: Create Release
id: create_release
uses: actions/[email protected]
Expand All @@ -56,8 +56,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./esptool-js-${{ steps.version.outputs.version }}.tgz
asset_name: esptool-js-${{ steps.version.outputs.version }}.tgz
asset_path: ./athombv-esptool-js-${{ steps.version.outputs.version }}.tgz
asset_name: athombv-esptool-js-${{ steps.version.outputs.version }}.tgz
asset_content_type: application/zip
- name: Publish package on NPM 📦
run: npm publish
Expand Down

0 comments on commit 7a7b4a2

Please sign in to comment.