File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
11+ # Keep arch names in sync with replayer download and merge
1112 os : [ubuntu-latest, macos-10.15, windows-2019]
1213 include :
1314 - os : ubuntu-latest
5859 - name : Download macOS jar
5960 uses : actions/download-artifact@v2
6061 with :
61- name : replayer_darwin
62- path : replayer_darwin
62+ name : replayer_macos-x86_64
63+ path : replayer_macos-x86_64
6364
6465 - name : Download Linux jar
6566 uses : actions/download-artifact@v2
7677 - name : Merge jars
7778 run : |
7879 mkdir merged
79- unzip -o replayer_darwin /replayer.jar -d merged
80+ unzip -o replayer_macos-x86_64 /replayer.jar -d merged
8081 unzip -o replayer_linux/replayer.jar -d merged
8182 unzip -o replayer_windows/replayer.jar -d merged
8283 jar cvmf merged/META-INF/MANIFEST.MF replayer.jar -C merged .
You can’t perform that action at this time.
0 commit comments