@@ -99,13 +99,13 @@ jobs:
9999 - name : Package artifacts (Windows x86_64)
100100 if : matrix.artifact-name == 'Windows-x86_64'
101101 run : |
102- Compress-Archive -DestinationPath ${{ matrix.artifact-name }}-standalone.zip -Path target/x86_64-pc-windows-msvc/release/Reflect.exe,target/x86_64-pc-windows-msvc/release/Reflect-cli .exe
102+ Compress-Archive -DestinationPath ${{ matrix.artifact-name }}-standalone.zip -Path target/x86_64-pc-windows-msvc/release/Reflect.exe,target/x86_64-pc-windows-msvc/release/Reflect.exe
103103 Compress-Archive -DestinationPath ${{ matrix.artifact-name }}.zip -Path ${{ matrix.artifact-name }}-standalone.zip,target/x86_64-pc-windows-msvc/release/bundle/nsis/*.exe
104104
105105 - name : Package artifacts (Windows aarch64)
106106 if : matrix.artifact-name == 'Windows-aarch64'
107107 run : |
108- Compress-Archive -DestinationPath ${{ matrix.artifact-name }}-standalone.zip -Path target/aarch64-pc-windows-msvc/release/Reflect.exe,target/aarch64-pc-windows-msvc/release/Reflect-cli .exe
108+ Compress-Archive -DestinationPath ${{ matrix.artifact-name }}-standalone.zip -Path target/aarch64-pc-windows-msvc/release/Reflect.exe,target/aarch64-pc-windows-msvc/release/Reflect.exe
109109 Compress-Archive -DestinationPath ${{ matrix.artifact-name }}.zip -Path ${{ matrix.artifact-name }}-standalone.zip,target/aarch64-pc-windows-msvc/release/bundle/nsis/*.exe
110110
111111 - name : Package artifacts (macOS x86_64)
@@ -114,7 +114,7 @@ jobs:
114114 # manually rename it
115115 run : |
116116 cp target/x86_64-apple-darwin/release/Reflect Reflect
117- zip -j ${{ matrix.artifact-name }}-standalone.zip Reflect target/x86_64-apple-darwin/release/Reflect-cli
117+ zip -j ${{ matrix.artifact-name }}-standalone.zip Reflect target/x86_64-apple-darwin/release/Reflect
118118 zip -j ${{ matrix.artifact-name }}.zip ${{ matrix.artifact-name }}-standalone.zip target/x86_64-apple-darwin/release/bundle/dmg/*.dmg
119119
120120 - name : Package artifacts (macOS aarch64)
@@ -123,19 +123,19 @@ jobs:
123123 # manually rename it
124124 run : |
125125 cp target/aarch64-apple-darwin/release/Reflect Reflect
126- zip -j ${{ matrix.artifact-name }}-standalone.zip Reflect target/aarch64-apple-darwin/release/Reflect-cli
126+ zip -j ${{ matrix.artifact-name }}-standalone.zip Reflect target/aarch64-apple-darwin/release/Reflect
127127 zip -j ${{ matrix.artifact-name }}.zip ${{ matrix.artifact-name }}-standalone.zip target/aarch64-apple-darwin/release/bundle/dmg/*.dmg
128128
129129 - name : Package artifacts (Linux x86_64)
130130 if : matrix.artifact-name == 'Linux-x86_64'
131131 run : |
132- zip -j ${{ matrix.artifact-name }}-standalone.zip target/x86_64-unknown-linux-gnu/release/Reflect target/x86_64-unknown-linux-gnu/release/Reflect-cli
132+ zip -j ${{ matrix.artifact-name }}-standalone.zip target/x86_64-unknown-linux-gnu/release/Reflect target/x86_64-unknown-linux-gnu/release/Reflect
133133 zip -j ${{ matrix.artifact-name }}.zip ${{ matrix.artifact-name }}-standalone.zip target/x86_64-unknown-linux-gnu/release/bundle/appimage/*.AppImage target/x86_64-unknown-linux-gnu/release/bundle/deb/*.deb target/x86_64-unknown-linux-gnu/release/bundle/rpm/*.rpm
134134
135135 - name : Package artifacts (Linux aarch64)
136136 if : matrix.artifact-name == 'Linux-aarch64'
137137 run : |
138- zip -j ${{ matrix.artifact-name }}-standalone.zip target/aarch64-unknown-linux-gnu/release/Reflect target/aarch64-unknown-linux-gnu/release/Reflect-cli
138+ zip -j ${{ matrix.artifact-name }}-standalone.zip target/aarch64-unknown-linux-gnu/release/Reflect target/aarch64-unknown-linux-gnu/release/Reflect
139139 zip -j ${{ matrix.artifact-name }}.zip ${{ matrix.artifact-name }}-standalone.zip target/aarch64-unknown-linux-gnu/release/bundle/appimage/*.AppImage target/aarch64-unknown-linux-gnu/release/bundle/deb/*.deb target/aarch64-unknown-linux-gnu/release/bundle/rpm/*.rpm
140140
141141 - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
0 commit comments