mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
Add version check to see what SPC version we use
This commit is contained in:
3
.github/workflows/build-assets.yml
vendored
3
.github/workflows/build-assets.yml
vendored
@@ -123,6 +123,9 @@ jobs:
|
||||
echo "SPC_BINARY=.\spc.exe" >> $env:GITHUB_ENV
|
||||
echo "PIE_BINARY_OUTPUT=pie-${{ runner.os }}-${{ runner.arch }}.exe" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Check SPC version
|
||||
run: ${{ env.SPC_BINARY }} --version
|
||||
|
||||
- name: Grab the pie.phar from artifacts
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user