Skip to content

Commit

Permalink
generate .tgz file for types (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo authored Nov 23, 2023
1 parent 3d19c11 commit 9ca07f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
Write-Output "::set-output name=artifact_path::$artifactPath"
- id: build
name: Build
run: Compress-Archive -Path "types\*" -DestinationPath "${{ steps.get_this_release_info.outputs.artifact_path }}"
shell: pwsh
run: tar -czvf "${{ steps.get_this_release_info.outputs.artifact_path }}" -C types .
shell: bash
- id: upload-release-asset
name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 9ca07f4

Please sign in to comment.