Skip to content

Commit 24ed4a6

Browse files
committed
Improve alias generation
1 parent 2214064 commit 24ed4a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ jobs:
5959
if: matrix.os == 'ubuntu-latest'
6060
run: |
6161
cf java generate-alias-script > dist/script.sh
62+
63+
- name: Upload script.sh
64+
uses: actions/upload-artifact@v4
65+
if: matrix.os == 'ubuntu-latest'
66+
with:
67+
name: script.sh
68+
path: dist/
6269

6370
- name: Upload artifact
6471
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)