1 parent c71973f commit e290f6dCopy full SHA for e290f6d
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,9 @@ jobs:
27
run: bun run build
28
29
- name: Prepare Artifact
30
- run: mv ./dist/index.js ./dist/archavenger.min.js
+ run: |
31
+ mv ./dist/index.js ./dist/archavenger.min.js
32
+ mv ./dist/index.js.map ./dist/archavenger.min.js.map
33
34
- name: Generate Release Notes
35
env:
0 commit comments