Skip to content

Commit 7a4a15c

Browse files
committed
fixup! wip: ci
1 parent dc9ed4b commit 7a4a15c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/extension/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ runs:
8181
-Arch ${{inputs.arch}} `
8282
-Ts ${{inputs.ts}}
8383
84-
# - name: Upload the build artifact
85-
# uses: actions/upload-artifact@v4
86-
# with:
87-
# name: ${{ steps.build.outputs.artifact }}
88-
# path: artifacts/*
84+
- name: Upload the build artifact
85+
uses: actions/upload-artifact@v4
86+
with:
87+
name: ${{ steps.build.outputs.artifact }}
88+
path: artifacts/*

.github/workflows/win.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- env:
9494
PHP_VERSION: 8.1
9595
run: |
96-
Import-Module ${{ github.action_path }}\BuildPhpExtension -Force
96+
Import-Module .\.github\extension\BuildPhpExtension -Force
9797
$VsData = (Get-VsVersion -PhpVersion $env:PHP_VERSION)
9898
if($null -eq $VsData.vs) {
9999
throw "PHP version $PhpVersion is not supported."

0 commit comments

Comments
 (0)