Skip to content

Commit

Permalink
fix(ci): release logic
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 15, 2023
1 parent 34fb021 commit 014cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Packaging Archive .zip
if: ${{ startsWith(matrix.os, 'windows-latest') }}
run: |
Get-ChildItem -Path .\README.md,.\config.example.toml,.\target\x86_64-pc-windows-msvc\release\ -Filter *.exe |
Get-ChildItem -Path .\README.md,.\config.example.toml,.\target\${{ matrix.target }}\release\ -Filter *.exe |
Compress-Archive -DestinationPath jsdelivr_proxy-${{ matrix.target }}.zip -Force
- name: Packaging Archive .tar.gz
if: ${{ !startsWith(matrix.os, 'windows-latest') }}
Expand Down

0 comments on commit 014cb98

Please sign in to comment.