Skip to content

Commit 37ae6e4

Browse files
committed
Merge branch 'master' into feature/blurred-bg
2 parents 44ab3db + 57cc1e4 commit 37ae6e4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/dryrun.yml

+12
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,15 @@ jobs:
4848
- name: Build Script
4949
working-directory: build
5050
run: ant -debug -verbose -noinput -Dair.sdk=${{ env.air-sdk-path }} -Dkeystore.file=${{ steps.copy_keystore.outputs.filePath }} -Dkeystore.password=${{ secrets.password }} -Dvisual.studio=${{ env.visual-studio-path }} -Dis.debug=false -Dbuild.number=${{ github.run_number }} all
51+
- name: Upload ANE file
52+
if: always()
53+
uses: actions/upload-artifact@v1
54+
with:
55+
name: com.github.airext.NativeKeyboardText.ane
56+
path: bin/com.github.airext.NativeKeyboardText.ane
57+
- name: Upload SWC file
58+
if: always()
59+
uses: actions/upload-artifact@v1
60+
with:
61+
name: com.github.airext.NativeKeyboardText.swc
62+
path: bin/com.github.airext.NativeKeyboardText.swc

0 commit comments

Comments
 (0)