Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Dec 6, 2024
1 parent c49f699 commit f5f5206
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ jobs:

- name: Create artifact for Windows
if: matrix.platform.runner == 'windows-latest'
run: powershell Compress-Archive -DestinationPath lindera-${{ matrix.features }}-${{ matrix.platform.target }}-${{ github.ref_name }}${{ matrix.platform.archive }} -Path target/${{ matrix.features }}/${{ matrix.platform.target }}/release/liblindera_sqlite${{ matrix.platform.extension }}
# run: powershell Compress-Archive -DestinationPath lindera-${{ matrix.features }}-${{ matrix.platform.target }}-${{ github.ref_name }}${{ matrix.platform.archive }} -Path target/${{ matrix.features }}/${{ matrix.platform.target }}/release/liblindera_sqlite${{ matrix.platform.extension }}
run: |
powershell Compress-Archive -DestinationPath lindera-${{ matrix.features }}-${{ matrix.platform.target }}-${{ github.ref_name }}${{ matrix.platform.archive }} -Path target/${{ matrix.features }}/${{ matrix.platform.target }}/release/liblindera_sqlite${{ matrix.platform.extension }}
ls ./target/${{ matrix.features }}/${{ matrix.platform.target }}/release
- name: Create artifact for OSX
if: matrix.platform.runner == 'macos-latest'
Expand Down

0 comments on commit f5f5206

Please sign in to comment.