We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c205066 commit 90814c0Copy full SHA for 90814c0
1 file changed
.github/workflows/forkrun_release.yml
@@ -204,7 +204,13 @@ jobs:
204
# 4. Replace
205
mv frun.bash.new frun.bash
206
chmod +x frun.bash
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
214
- name: Verify Final Script
215
run: |
216
# Sanity check: Does the script run and load?
0 commit comments