Skip to content

Commit f6eeeba

Browse files
committed
Update Builds
1 parent cd43f38 commit f6eeeba

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.github/workflows/cli-native-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: native-image --enable-url-protocols=https -jar astra-cli-*.jar astra-cli-macos
6666
if: runner.os == 'macOS'
6767
- name: Build native image on Windows
68-
run: native-image --enable-url-protocols=https -jar astra-cli-*.jar astra-cli-windows
68+
run: native-image --enable-url-protocols=https -jar astra-cli-*.jar astra-cli-windows.exe
6969
if: runner.os == 'Windows'
7070
- name: Temporarily save package
7171
uses: actions/upload-artifact@v3
@@ -75,4 +75,4 @@ jobs:
7575
astra-cli-*
7676
!*.txt
7777
!*.jar
78-
retention-days: 30
78+
retention-days: 30

.github/workflows/cli-test.yml renamed to .github/workflows/cli-nightly-build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
name: 🧪 Integrations Tests
1+
name: 🌙 Nightly BUILD
22
on:
3-
push:
4-
branches:
5-
- main
6-
pull_request:
7-
branches:
8-
- main
93
schedule:
104
- cron: "0 0 * * *"
115
jobs:

.github/workflows/cli-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
with:
2727
name: java-binary
2828
path: |
29-
${{ github.workspace }}/target/*.jar
30-
!${{ github.workspace }}/target/original-*.jar
29+
${{ github.workspace }}/target/*-shaded.jar
3130
retention-days: 30
3231
build-native-image:
3332
name: Native image build on ${{ matrix.os }} and Java ${{ matrix.jdk-version }}
@@ -61,7 +60,7 @@ jobs:
6160
- name: Temporarily save package
6261
uses: actions/upload-artifact@v3
6362
with:
64-
name: ${{ matrix.artifact_name }}
63+
name: astra-cli-${{ matrix.os }}-java-${{ matrix.jdk-version }}
6564
path: |
6665
astra-cli-*
6766
!*.txt
@@ -84,7 +83,7 @@ jobs:
8483
binary_name: astra-cli-macos
8584
file_glob: false
8685
- artifact_name: windows-binary
87-
binary_name: astra-cli-windows.exe
86+
binary_name: astra.exe
8887
file_glob: false
8988
steps:
9089
- name: Download binary

0 commit comments

Comments
 (0)