mirror of
https://github.com/jwetzell/qController.git
synced 2026-09-02 04:49:10 +00:00
try uploading apk as build artifact
This commit is contained in:
@@ -32,5 +32,10 @@ jobs:
|
|||||||
- name: Build Application
|
- name: Build Application
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
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