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 31b9014 commit 4b94232Copy full SHA for 4b94232
.github/workflows/build-and-snapshot.yml
@@ -42,6 +42,12 @@ jobs:
42
- name: Build binary
43
run: python3 .github/workflows/build.py
44
45
+ - name: Upload artifact
46
+ uses: actions/upload-artifact@v4
47
+ with:
48
+ name: cf-cli-java-plugin-${{ matrix.os }}
49
+ path: dist/
50
+
51
- name: Install cf
52
if: matrix.os == 'ubuntu-latest'
53
run: |
@@ -64,16 +70,11 @@ jobs:
64
70
uses: actions/upload-artifact@v4
65
71
66
72
with:
67
- name: script.sh
68
- path: dist/
69
-
- - name: Upload artifact
- uses: actions/upload-artifact@v4
- with:
73
- name: cf-cli-java-plugin-${{ matrix.os }}
+ name: script
74
path: dist/
75
76
77
78
release:
79
name: Create Snapshot Release
80
needs: build
0 commit comments