We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9ed4b commit 7a4a15cCopy full SHA for 7a4a15c
2 files changed
.github/extension/action.yml
@@ -81,8 +81,8 @@ runs:
81
-Arch ${{inputs.arch}} `
82
-Ts ${{inputs.ts}}
83
84
- # - name: Upload the build artifact
85
- # uses: actions/upload-artifact@v4
86
- # with:
87
- # name: ${{ steps.build.outputs.artifact }}
88
- # path: artifacts/*
+ - name: Upload the build artifact
+ uses: actions/upload-artifact@v4
+ with:
+ name: ${{ steps.build.outputs.artifact }}
+ path: artifacts/*
.github/workflows/win.yaml
@@ -93,7 +93,7 @@ jobs:
93
- env:
94
PHP_VERSION: 8.1
95
run: |
96
- Import-Module ${{ github.action_path }}\BuildPhpExtension -Force
+ Import-Module .\.github\extension\BuildPhpExtension -Force
97
$VsData = (Get-VsVersion -PhpVersion $env:PHP_VERSION)
98
if($null -eq $VsData.vs) {
99
throw "PHP version $PhpVersion is not supported."
0 commit comments