Skip to content

Commit 3de58ff

Browse files
committed
Fix linux publish script
1 parent 6e40998 commit 3de58ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ echo " No archive (-a) $NO_ARCHIVE"
4444
echo " "
4545

4646
# Create the build matrix arrays
47-
FRAMEWORKS=("9.0")
47+
FRAMEWORKS=("net9.0")
4848
RUNTIMES=("win-x86" "win-x64" "win-arm64" "linux-x64" "linux-arm64" "osx-x64" "osx-arm64")
4949

5050
# Use expanded lists, if requested

0 commit comments

Comments
 (0)