Skip to content

Commit 96ae867

Browse files
committed
Improve CI handling of generated script
1 parent 6c8b925 commit 96ae867

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ jobs:
5151
- name: Run 'cf java generate-alias-script'
5252
run: |
5353
make install
54-
cf java generate-alias-script > script.sh
54+
cf java generate-alias-script > dist/script.sh
5555
5656
- name: Upload script
5757
uses: actions/upload-artifact@v4
5858
with:
5959
name: script.sh
60+
path: dist/
6061

6162
release:
6263
name: Create Snapshot Release

0 commit comments

Comments
 (0)