Changes to build.yaml from pr review.
authorWen <ereddins+wen@gmail.com>
Sat, 29 Mar 2025 14:57:32 +0000 (08:57 -0600)
committerWen <ereddins+wen@gmail.com>
Sat, 29 Mar 2025 14:57:32 +0000 (08:57 -0600)
.woodpecker/build.yaml

index 1a19ecc..60869c5 100644 (file)
@@ -20,7 +20,7 @@ steps:
     image: mcr.microsoft.com/dotnet/sdk:9.0-noble
     commands:
       - export DALAMUD_HOME=$CI_WORKSPACE/.dalamud/
-      - dotnet build Questionable/Questionable.csproj -c Release -f net9.0-windows7.0 -p:DalamudLibPath=$DALAMUD_HOME -maxcpucount:1 --source $CI_WORKSPACE/.nuget --no-restore
+      - dotnet build Questionable/Questionable.csproj -c Release -f net9.0-windows -p:DalamudLibPath=$DALAMUD_HOME -maxcpucount:1 --source $CI_WORKSPACE/.nuget --no-restore
 
   - name: prepare release files
     image: alpine
@@ -32,7 +32,7 @@ steps:
       - event: tag
 
   - name: prepare release
-    image: woodpeckerci/plugin-releaseq
+    image: woodpeckerci/plugin-release
     settings:
       title: ${CI_COMMIT_TAG}
       draft: true