Skip to content

Commit

Permalink
ci编译的x64 native包文件名变更
Browse files Browse the repository at this point in the history
  • Loading branch information
ywmoyue committed Jul 21, 2024
1 parent c2885f3 commit e8d63d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
if: github.event.inputs.enableX64 == 'true'

- name: Create x64 native archive
run: Compress-Archive -Path ${{env.UWP_Project_Directory}}\AppPackages\${{env.AppName}}_${{github.event.inputs.version}}_x64_Test -DestinationPath C:\Package\${{env.AppName}}_${{github.event.inputs.version}}_x64.zip
run: Compress-Archive -Path ${{env.UWP_Project_Directory}}\AppPackages\${{env.AppName}}_${{github.event.inputs.version}}_x64_Test -DestinationPath C:\Package\${{env.AppName}}_${{github.event.inputs.version}}_x64_native.zip
if: github.event.inputs.enableX64 == 'true'

- name: Update x64 native release asset
Expand All @@ -182,8 +182,8 @@ jobs:
if: github.event.inputs.enableX64 == 'true'
with:
upload_url: ${{ steps.release-drafter.outputs.upload_url }}
asset_path: C:\Package\${{env.AppName}}_${{github.event.inputs.version}}_x64.zip
asset_name: ${{env.AppName}}_${{github.event.inputs.version}}_x64.zip
asset_path: C:\Package\${{env.AppName}}_${{github.event.inputs.version}}_x64_native.zip
asset_name: ${{env.AppName}}_${{github.event.inputs.version}}_x64_native.zip
asset_content_type: application/zip


Expand Down

0 comments on commit e8d63d6

Please sign in to comment.