Skip to content

Commit 4b94232

Browse files
committed
Improve alias generation
1 parent 31b9014 commit 4b94232

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
- name: Build binary
4343
run: python3 .github/workflows/build.py
4444

45+
- name: Upload artifact
46+
uses: actions/upload-artifact@v4
47+
with:
48+
name: cf-cli-java-plugin-${{ matrix.os }}
49+
path: dist/
50+
4551
- name: Install cf
4652
if: matrix.os == 'ubuntu-latest'
4753
run: |
@@ -64,16 +70,11 @@ jobs:
6470
uses: actions/upload-artifact@v4
6571
if: matrix.os == 'ubuntu-latest'
6672
with:
67-
name: script.sh
68-
path: dist/
69-
70-
- name: Upload artifact
71-
uses: actions/upload-artifact@v4
72-
with:
73-
name: cf-cli-java-plugin-${{ matrix.os }}
73+
name: script
7474
path: dist/
7575

7676

77+
7778
release:
7879
name: Create Snapshot Release
7980
needs: build

0 commit comments

Comments
 (0)