File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,15 +165,15 @@ jobs:
165165 run : cargo build --release --features=${{ matrix.features.value }} --target=${{ matrix.platform.target }} --target-dir=target/${{ matrix.features.value }}
166166
167167 - name : Create artifact for Linux
168- if : matrix.platform. runner == 'ubuntu-latest '
168+ if : runner.os == 'Linux '
169169 run : zip --junk-paths ${{ matrix.features.package_name }}-${{ matrix.platform.target }}-${{ github.ref_name }}${{ matrix.platform.archive }} target/${{ matrix.features.value }}/${{ matrix.platform.target }}/release/liblindera_sqlite${{ matrix.platform.extension }}
170170
171171 - name : Create artifact for Windows
172172 if : matrix.platform.runner == 'windows-latest'
173173 run : powershell Compress-Archive -DestinationPath ${{ matrix.features.package_name }}-${{ matrix.platform.target }}-${{ github.ref_name }}${{ matrix.platform.archive }} -Path target/${{ matrix.features.value }}/${{ matrix.platform.target }}/release/lindera_sqlite${{ matrix.platform.extension }}
174174
175175 - name : Create artifact for OSX
176- if : matrix.platform. runner == 'macos-latest '
176+ if : runner.os == 'macOS '
177177 run : zip --junk-paths ${{ matrix.features.package_name }}-${{ matrix.platform.target }}-${{ github.ref_name }}${{ matrix.platform.archive }} target/${{ matrix.features.value }}/${{ matrix.platform.target }}/release/liblindera_sqlite${{ matrix.platform.extension }}
178178
179179 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments