Skip to content

Commit

Permalink
ci: fix pack zip
Browse files Browse the repository at this point in the history
  • Loading branch information
sout233 committed Nov 26, 2024
1 parent b830057 commit ecd71f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:

- name: Zip Published Files
run: |
$version = "${{ github.ref_name }}"
Compress-Archive -Path D:\a\Nalai\Nalai\Nalai\bin\Release\net8.0-windows\win-x64\publish\* -DestinationPath "D:\a\Nalai_v$version_win_x64.zip" -Force
Compress-Archive -Path D:\a\Nalai\Nalai\Nalai\bin\Release\net8.0-windows\win-x64\publish\* -DestinationPath "D:\a\Nalai_v${{ github.ref_name }}_win_x64.zip" -Force -Verbose
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ecd71f3

Please sign in to comment.