Skip to content

Commit

Permalink
Updated build github action with the new ARnft.module.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 4, 2024
1 parent 3a052fe commit 93cd18f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
with:
default_author: github_actions
message: new dist files from action
add: "dist/ARnft.js"
add: 'dist'
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
dist/ARnft.js
dist/ARnft.module.js

0 comments on commit 93cd18f

Please sign in to comment.