File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,17 +55,16 @@ jobs:
5555 run : |
5656 mkdir staging
5757 # Define binaries
58- CLI_BIN="gpupatch"
59- GUI_BIN="companion "
58+ CLI_BIN="gpupatch-cli "
59+ GUI_BIN="gpupatch-gui "
6060 EXT=""
6161 if [ "${{ matrix.os }}" = "windows-latest" ]; then
6262 EXT=".exe"
6363 fi
6464
6565 # Copy binaries
66- cp target/${{ matrix.target }}/release/${CLI_BIN}${EXT} ./staging/${CLI_BIN}-${{ matrix.target }}${EXT}
67- cp target/${{ matrix.target }}/release/${GUI_BIN}${EXT} ./staging/${GUI_BIN}-${{ matrix.target }}${EXT}
68-
66+ cp target/${{ matrix.target }}/release/gpupatch${EXT} ./staging/${CLI_BIN}-${{ matrix.target }}${EXT}
67+ cp target/${{ matrix.target }}/release/companion${EXT} ./staging/${GUI_BIN}-${{ matrix.target }}${EXT}
6968 # Copy Node module
7069 cp node-module/*.node ./staging/gpupatch-node-${{ matrix.target }}.node
7170
You can’t perform that action at this time.
0 commit comments