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 2f0b779 commit b6eb84fCopy full SHA for b6eb84f
.github/workflows/build-and-snapshot.yml
@@ -51,6 +51,16 @@ jobs:
51
name: cf-cli-java-plugin-${{ matrix.os }}
52
path: dist/
53
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
64
release:
65
name: Create Snapshot Release
66
needs: build
0 commit comments