Skip to content

Commit 6d7cd2c

Browse files
committed
Add version check to see what SPC version we use
1 parent b70ed6c commit 6d7cd2c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-assets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ jobs:
123123
echo "SPC_BINARY=.\spc.exe" >> $env:GITHUB_ENV
124124
echo "PIE_BINARY_OUTPUT=pie-${{ runner.os }}-${{ runner.arch }}.exe" >> $env:GITHUB_ENV
125125
126+
- name: Check SPC version
127+
run: ${{ env.SPC_BINARY }} --version
128+
126129
- name: Grab the pie.phar from artifacts
127130
uses: actions/download-artifact@v8
128131
with:

0 commit comments

Comments
 (0)