CI: working Windows build workflow for self-hosted runner #7

Merged
jknapp merged 6 commits from ci/windows-build into main 2026-07-18 04:08:27 +00:00
Showing only changes of commit 1f8ecf6764 - Show all commits
+3 -1
View File
@@ -106,7 +106,9 @@ jobs:
Get-Item dist/macropad.exe | Format-List Name, Length, LastWriteTime Get-Item dist/macropad.exe | Format-List Name, Length, LastWriteTime
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v4 # v3 uses the artifact protocol Gitea supports; v4+ requires a backend
# Gitea (reported as GHES) does not provide.
uses: actions/upload-artifact@v3
with: with:
name: macropad-windows name: macropad-windows
path: dist/macropad.exe path: dist/macropad.exe