Skip to content

Commit e290f6d

Browse files
committed
ci: add .map
1 parent c71973f commit e290f6d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
run: bun run build
2828

2929
- name: Prepare Artifact
30-
run: mv ./dist/index.js ./dist/archavenger.min.js
30+
run: |
31+
mv ./dist/index.js ./dist/archavenger.min.js
32+
mv ./dist/index.js.map ./dist/archavenger.min.js.map
3133
3234
- name: Generate Release Notes
3335
env:

0 commit comments

Comments
 (0)