We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44ab3db + 57cc1e4 commit 37ae6e4Copy full SHA for 37ae6e4
.github/workflows/dryrun.yml
@@ -48,3 +48,15 @@ jobs:
48
- name: Build Script
49
working-directory: build
50
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
59
60
61
+ name: com.github.airext.NativeKeyboardText.swc
62
+ path: bin/com.github.airext.NativeKeyboardText.swc
0 commit comments