Skip to content

Conversation

@MrAdder
Copy link

@MrAdder MrAdder commented Feb 2, 2026

Changes

Build Workflow Update

Move release job to Ubuntu

  • Changed the release job runner from windows-latest to ubuntu-latest
  • Updated artifact download paths from Windows-style backslashes to Unix-style forward slashes

Modified Files

  • .github/workflows/build.yml

Detailed Changes

@@ -185,7 +185,7 @@ jobs:
 
   release:
     name: Release
-    runs-on: windows-latest
+    runs-on: ubuntu-latest
     if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/alpha')
     needs: [build, format]
     concurrency:
@@ -231,19 +231,19 @@ jobs:
         uses: actions/download-artifact@v7
         with:
           name: UKControllerPluginCore.dll
-          path: ".\\build\\bin\\UKControllerPluginCore.dll"
+          path: "./build/bin/UKControllerPluginCore.dll"
 
       - name: Download Updater Binary
         uses: actions/download-artifact@v7
         with:
           name: UKControllerPluginUpdater.dll
-          path: ".\\build\\bin\\UKControllerPluginUpdater.dll"
+          path: "./build/bin/UKControllerPluginUpdater.dll"
 
       - name: Download Loader Binary
         uses: actions/download-artifact@v7
         with:
           name: UKControllerPlugin.dll
-          path: ".\\build\\bin\\UKControllerPlugin.dll"
+          path: "./build/bin/UKControllerPlugin.dll"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant