Skip to content

Commit 9a137c7

Browse files
committed
added upload embedded JS
1 parent 0425d20 commit 9a137c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
console.log("✅ github-script-post-comment action executed in CI.");
3131
return "Self-test successful.";
3232
33+
- name: Upload Embedded JavaScript
34+
uses: actions/upload-artifact@v4
35+
if: always()
36+
with:
37+
name: embedded-js
38+
path: 'final_script.js'
39+
3340
# Lint any JS scripts (for embedded logic or examples)
3441
- name: Lint embedded JavaScript
3542
env:

0 commit comments

Comments
 (0)