Skip to content

Move Build to Ubuntu#603

Merged
kristiankunc merged 2 commits intoVATSIM-UK:mainfrom
MrAdder:feat-workflow-fix
Feb 9, 2026
Merged

Move Build to Ubuntu#603
kristiankunc merged 2 commits intoVATSIM-UK:mainfrom
MrAdder:feat-workflow-fix

Conversation

@MrAdder
Copy link
Contributor

@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"

@kristiankunc kristiankunc merged commit fc812bc into VATSIM-UK:main Feb 9, 2026
4 of 6 checks passed
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.

2 participants