Skip to content

Commit b6eb84f

Browse files
committed
Generate alias script
1 parent 2f0b779 commit b6eb84f

File tree

2 files changed

+245
-25
lines changed

2 files changed

+245
-25
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ jobs:
5151
name: cf-cli-java-plugin-${{ matrix.os }}
5252
path: dist/
5353

54+
- name: Run 'cf java generate-alias-script'
55+
run: |
56+
make install
57+
cf java generate-alias-script > script.sh
58+
59+
- name: Upload script
60+
uses: actions/upload-artifact@v4
61+
with:
62+
name: script.sh
63+
5464
release:
5565
name: Create Snapshot Release
5666
needs: build

0 commit comments

Comments
 (0)