File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
11
+ # Keep arch names in sync with replayer download and merge
11
12
os : [ubuntu-latest, macos-10.15, windows-2019]
12
13
include :
13
14
- os : ubuntu-latest
58
59
- name : Download macOS jar
59
60
uses : actions/download-artifact@v2
60
61
with :
61
- name : replayer_darwin
62
- path : replayer_darwin
62
+ name : replayer_macos-x86_64
63
+ path : replayer_macos-x86_64
63
64
64
65
- name : Download Linux jar
65
66
uses : actions/download-artifact@v2
76
77
- name : Merge jars
77
78
run : |
78
79
mkdir merged
79
- unzip -o replayer_darwin /replayer.jar -d merged
80
+ unzip -o replayer_macos-x86_64 /replayer.jar -d merged
80
81
unzip -o replayer_linux/replayer.jar -d merged
81
82
unzip -o replayer_windows/replayer.jar -d merged
82
83
jar cvmf merged/META-INF/MANIFEST.MF replayer.jar -C merged .
You can’t perform that action at this time.
0 commit comments