Skip to content

Commit 90814c0

Browse files
authored
Upload generated frun.bash as artifact
Added step to upload generated frun.bash as an artifact.
1 parent c205066 commit 90814c0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/forkrun_release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,13 @@ jobs:
204204
# 4. Replace
205205
mv frun.bash.new frun.bash
206206
chmod +x frun.bash
207-
207+
208+
- name: Upload generated frun.bash as artifact
209+
uses: actions/upload-artifact@v4
210+
with:
211+
name: generated-frun-bash
212+
path: frun.bash
213+
208214
- name: Verify Final Script
209215
run: |
210216
# Sanity check: Does the script run and load?

0 commit comments

Comments
 (0)