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 ce3b42e commit 2214064Copy full SHA for 2214064
.github/workflows/build-and-snapshot.yml
@@ -50,10 +50,14 @@ jobs:
50
sudo apt-get update
51
sudo apt-get install -y cf8-cli
52
53
- - name: Run 'cf java generate-alias-script'
+ - name: Install cf plugin
54
if: matrix.os == 'ubuntu-latest'
55
run: |
56
make install
57
+
58
+ - name: Run 'cf java generate-alias-script'
59
+ if: matrix.os == 'ubuntu-latest'
60
+ run: |
61
cf java generate-alias-script > dist/script.sh
62
63
- name: Upload artifact
0 commit comments