Update GitHub Action Versions (#244)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/android-release_ci.yml
vendored
4
.github/workflows/android-release_ci.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
buildToolsVersion: 35.0.0
|
buildToolsVersion: 35.0.0
|
||||||
|
|
||||||
- name: Release to GitHub - WithInternet
|
- name: Release to GitHub - WithInternet
|
||||||
uses: svenstaro/upload-release-action@2.9.0
|
uses: svenstaro/upload-release-action@2.11.1
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: ${{steps.sign_app_withInternet.outputs.signedFile}}
|
file: ${{steps.sign_app_withInternet.outputs.signedFile}}
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
buildToolsVersion: 35.0.0
|
buildToolsVersion: 35.0.0
|
||||||
|
|
||||||
- name: Release to GitHub - WithoutInternet
|
- name: Release to GitHub - WithoutInternet
|
||||||
uses: svenstaro/upload-release-action@2.9.0
|
uses: svenstaro/upload-release-action@2.11.1
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: ${{steps.sign_app_withoutInternet.outputs.signedFile}}
|
file: ${{steps.sign_app_withoutInternet.outputs.signedFile}}
|
||||||
|
|||||||
2
.github/workflows/nightly-release.yml
vendored
2
.github/workflows/nightly-release.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Create and Upload Release
|
- name: Create and Upload Release
|
||||||
uses: softprops/action-gh-release@v2.2.2
|
uses: softprops/action-gh-release@v2.3.2
|
||||||
with:
|
with:
|
||||||
tag_name: nightly
|
tag_name: nightly
|
||||||
name: Nightly Release ${{ env.version }}
|
name: Nightly Release ${{ env.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user