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