There was an error while loading. Please reload this page.
1 parent 70f6532 commit 3577860Copy full SHA for 3577860
1 file changed
.github/workflows/build.yml
@@ -42,3 +42,7 @@ jobs:
42
-appProjectFolder $pwd `
43
-appOutputFolder $pwd `
44
-appName $env:APP_NAME
45
+ - uses: actions/upload-artifact@v2
46
+ with:
47
+ name: $APP_NAME
48
+ path: $APP_NAME
0 commit comments