mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
update release.yml
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
name: Upload Release APK
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
create:
|
||||
tags:
|
||||
- 'v*'
|
||||
- "v[0-9]+.[0-9]+.[0-9]+*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -13,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/*/}" >> $GITHUB_ENV
|
||||
- run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
- uses: textbook/git-checkout-submodule-action@master
|
||||
- run: cp jni/deltachat-core-rust/rust-toolchain .
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user