Skip to content

Commit

Permalink
ci: update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sout233 authored Nov 24, 2024
1 parent b71e567 commit 0ebb675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Zip Published Files
run: |
$version = "${{ github.ref_name }}"
Compress-Archive -Path bin\Release\net8.0\win-x64\publish\* -DestinationPath "Nalai_v$version_win_x64.zip" -Force
Compress-Archive -Path D:\a\Nalai\Nalai\bin\Release\net8.0\win-x64\publish\* -DestinationPath "Nalai_v$version_win_x64.zip" -Force
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0ebb675

Please sign in to comment.