mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-27 18:09:15 +00:00
fix yaml syntax
This commit is contained in:
@@ -34,8 +34,8 @@ jobs:
|
|||||||
cd qController
|
cd qController
|
||||||
msbuild qController.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
|
msbuild qController.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
|
||||||
- name: Archive debug artifacts
|
- name: Archive debug artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: main-apk
|
name: main-apk
|
||||||
path: qController/bin/Debug/net8.0-android34.0/com.jwetzell.qlabcontroller-Signed.apk
|
path: qController/bin/Debug/net8.0-android34.0/com.jwetzell.qlabcontroller-Signed.apk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user