Commit 4e724c5
committed
build: implement workaround for spotlessGradle in updateArchives.yml
When cutting a new release, noticed the following error in the build:
| Execution failed for task ':backtrace-library:spotlessGradle'.
|> Couldn't follow symbolic link '/home/runner/work/backtrace-android/backtrace-android/backtrace-library/src/main/cpp/libbun/external/libunwindstack-ndk/.clang-format'.
Looks like a workaround for this problem was implemented in test.yml but
not carried over to uploadArchives.yml as well.
This commit brings over this workaround so new release can be tagged and
published.1 parent 35869cb commit 4e724c5
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
0 commit comments