We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70ed6c commit 6d7cd2cCopy full SHA for 6d7cd2c
1 file changed
.github/workflows/build-assets.yml
@@ -123,6 +123,9 @@ jobs:
123
echo "SPC_BINARY=.\spc.exe" >> $env:GITHUB_ENV
124
echo "PIE_BINARY_OUTPUT=pie-${{ runner.os }}-${{ runner.arch }}.exe" >> $env:GITHUB_ENV
125
126
+ - name: Check SPC version
127
+ run: ${{ env.SPC_BINARY }} --version
128
+
129
- name: Grab the pie.phar from artifacts
130
uses: actions/download-artifact@v8
131
with:
0 commit comments