Skip to content

Commit 67918c2

Browse files
committed
fix build
1 parent 73c3e74 commit 67918c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
id: PUGSHARPNETVER
115115

116116
- name: get counterstrikesharp version
117-
run: echo "CSSHARPVER=$(dotnet list PugSharp/PugSharp.csproj package --format json | jq -r '.projects[].frameworks[].topLevelPackages[] | select(.id == "CounterStrikeSharp.API") | .resolvedVersion' | sed 's|1.0.|v|g')" >> $GITHUB_ENV
117+
run: echo "CSSHARPVER=$(dotnet list PugSharp/PugSharp.csproj package --format json | jq -r '.projects[].frameworks[].topLevelPackages[] | select(.id == "CounterStrikeSharp.API") | .resolvedVersion' | sed 's|1.0.|v1.0.|g')" >> $GITHUB_ENV
118118
- name: set counterstrikesharp version in output
119119
run: echo "CSSHARPVER=$CSSHARPVER" >> "$GITHUB_OUTPUT"
120120
id: CSSHARPVER

0 commit comments

Comments
 (0)