File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 65
65
run : native-image --enable-url-protocols=https -jar astra-cli-*.jar astra-cli-macos
66
66
if : runner.os == 'macOS'
67
67
- 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
69
69
if : runner.os == 'Windows'
70
70
- name : Temporarily save package
71
71
uses : actions/upload-artifact@v3
75
75
astra-cli-*
76
76
!*.txt
77
77
!*.jar
78
- retention-days : 30
78
+ retention-days : 30
Original file line number Diff line number Diff line change 1
- name : 🧪 Integrations Tests
1
+ name : 🌙 Nightly BUILD
2
2
on :
3
- push :
4
- branches :
5
- - main
6
- pull_request :
7
- branches :
8
- - main
9
3
schedule :
10
4
- cron : " 0 0 * * *"
11
5
jobs :
Original file line number Diff line number Diff line change 26
26
with :
27
27
name : java-binary
28
28
path : |
29
- ${{ github.workspace }}/target/*.jar
30
- !${{ github.workspace }}/target/original-*.jar
29
+ ${{ github.workspace }}/target/*-shaded.jar
31
30
retention-days : 30
32
31
build-native-image :
33
32
name : Native image build on ${{ matrix.os }} and Java ${{ matrix.jdk-version }}
61
60
- name : Temporarily save package
62
61
uses : actions/upload-artifact@v3
63
62
with :
64
- name : ${{ matrix.artifact_name }}
63
+ name : astra-cli- ${{ matrix.os }}-java-${{ matrix.jdk-version }}
65
64
path : |
66
65
astra-cli-*
67
66
!*.txt
84
83
binary_name : astra-cli-macos
85
84
file_glob : false
86
85
- artifact_name : windows-binary
87
- binary_name : astra-cli-windows .exe
86
+ binary_name : astra.exe
88
87
file_glob : false
89
88
steps :
90
89
- name : Download binary
You can’t perform that action at this time.
0 commit comments