Skip to content

Commit f14679e

Browse files
committed
1 parent 58b33c9 commit f14679e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/full.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Build
4646
run: |
4747
envsubst < src/Parquet/Globals.cs > g.tmp && mv g.tmp src/Parquet/Globals.cs
48+
cat src/Parquet/Globals.cs
4849
dotnet build src/Parquet.sln -c release /p:Version=$VERSION /p:FileVersion=$VERSION /p:AssemblyVersion=$ASM_VERSION
4950
5051
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)