CI: working Windows build workflow for self-hosted runner #7
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user