Skip to content

Commit 2214064

Browse files
committed
Improve alias generation
1 parent ce3b42e commit 2214064

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@ jobs:
5050
sudo apt-get update
5151
sudo apt-get install -y cf8-cli
5252
53-
- name: Run 'cf java generate-alias-script'
53+
- name: Install cf plugin
5454
if: matrix.os == 'ubuntu-latest'
5555
run: |
5656
make install
57+
58+
- name: Run 'cf java generate-alias-script'
59+
if: matrix.os == 'ubuntu-latest'
60+
run: |
5761
cf java generate-alias-script > dist/script.sh
5862
5963
- name: Upload artifact

0 commit comments

Comments
 (0)