Skip to content

Commit

Permalink
revert to typescript 5.5.4 for typedoc issue
Browse files Browse the repository at this point in the history
- upgrade softprops/action-gh-release to v2
  • Loading branch information
kalwalt committed Oct 25, 2024
1 parent 0973f55 commit 9d3de9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4,191 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,15 @@ jobs:
message: new build files from action
add: '["build", "dist"]'
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/artoolkitNFT_embed_ES6_wasm.js
build/artoolkitNFT_ES6_wasm.js
build/artoolkitNFT_ES6_wasm_td.js
build/artoolkitNFT_ES6_wasm_td.worker.js
build/artoolkitNFT_ES6_wasm.simd.js
build/artoolkitNFT_thread.js
build/artoolkitNFT_thread.worker.js
build/artoolkitNFT_wasm.js
build/artoolkitNFT_wasm.simd.js
build/artoolkitNFT.debug.js
Expand Down
Loading

0 comments on commit 9d3de9a

Please sign in to comment.