Skip to content

Commit

Permalink
feat[ci]: test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjiequan committed Oct 7, 2023
1 parent f8418ef commit 298be3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,12 @@ jobs:
# asset_content_type: application/zip

- name: Create Zip (.Net6)
if: github.event_name == 'workflow_dispatch' && github.event.inputs.createRelease == 'true'
run: Compress-Archive -Path ./AssetStudioGUI/bin/Release/net6.0-windows/publish/* -DestinationPath ./AssetStudioGUI/bin/Release/net6.0-windows/publish/AssetStudio.net6.zip
shell: powershell

- name: Upload Release Asset (.Net6)
if: github.event_name == 'workflow_dispatch' && github.event.inputs.createRelease == 'true'
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
Expand Down

0 comments on commit 298be3a

Please sign in to comment.