File tree 3 files changed +1
-58
lines changed
3 files changed +1
-58
lines changed Original file line number Diff line number Diff line change 27
27
28
28
- name : Build tarballs (Windows)
29
29
if : ${{ inputs.code-target == 'win32-x64' }}
30
- shell : pwsh
30
+ shell : bash
31
31
run : |
32
- # Add the scripts directory to PATH to override system tar
33
- $env:PATH = "${{ github.workspace }}\.github\scripts;$env:PATH"
34
- Write-Host "PATH is now: $env:PATH"
35
- Write-Host "Checking for tar-wrapper.ps1:"
36
- Get-ChildItem "${{ github.workspace }}\.github\scripts"
37
32
npx oclif pack tarballs --targets=win32-x64 --no-xz
38
33
39
34
- name : Build tarballs (Linux)
50
45
npm run build
51
46
npx oclif pack tarballs --targets=darwin-arm64 --no-xz
52
47
53
- - name : Debug tarball contents (Windows)
54
- if : ${{ inputs.code-target == 'win32-x64' }}
55
- shell : pwsh
56
- run : |
57
- Write-Host "=== Tarball contents ==="
58
- Get-ChildItem "${{ github.workspace }}\dist"
59
-
60
- - name : Debug tarball contents (Unix)
61
- if : ${{ inputs.code-target != 'win32-x64' }}
62
- shell : bash
63
- run : |
64
- echo "=== Tarball contents ==="
65
- ls -la ${{ github.workspace }}/dist
66
-
67
48
- name : Upload tarball artifact
68
49
uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69
50
with :
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments