We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d0f93 commit b118a70Copy full SHA for b118a70
.github/workflows/ci.yml
@@ -86,6 +86,7 @@ jobs:
86
./publish_${{ matrix.env.SCRIPT_SUFFIX }}
87
88
- name: build Android native
89
+ if: "success() && matrix.env.SCRIPT_SUFFIX != 'linux_arm64'"
90
run: |
91
cd Samples/Beyond.NET.Sample.Native
92
./publish_android_arm64
0 commit comments