File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
go-version : [ 1.19 ]
14
- os : [ macos-latest, windows-latest, ubuntu-latest ]
14
+ os : [ macos-latest, windows-latest]
15
15
runs-on : ${{ matrix.os }}
16
16
steps :
17
17
- name : Install Go
58
58
name : surreal_explorer_windows
59
59
path : surreal_explorer_windows.zip
60
60
61
- - name : ensure ubuntu zip installed
62
- if : matrix.os == 'ubuntu-latest'
63
- run : |
64
- sudo apt-get install zip
65
-
66
- - name : zip ubuntu artifact
67
- if : matrix.os == 'ubuntu-latest'
68
- run : |
69
- zip -r ./../../surreal_explorer_ubuntu.zip ./surrealdb_explorer
70
-
71
- - name : upload artifact ubuntu
72
- if : matrix.os == 'ubuntu-latest'
73
- uses : actions/upload-artifact@v2
74
- with :
75
- name : surreal_explorer_ubuntu
76
- path : surreal_explorer_ubuntu.zip
77
-
78
61
release :
79
62
runs-on : ubuntu-latest
80
63
needs : package
89
72
with :
90
73
name : surreal_explorer_windows
91
74
92
- - name : Download ubuntu package
93
- uses : actions/download-artifact@v3
94
- with :
95
- name : surreal_explorer_ubuntu
96
-
97
75
- name : Display structure of downloaded files
98
76
run : ls -R
99
77
105
83
files : |
106
84
./surreal_explorer_mac.zip
107
85
./surreal_explorer_windows.zip
108
- ./surreal_explorer_ubuntu.zip
You can’t perform that action at this time.
0 commit comments