mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Update workflow actions
This commit is contained in:
parent
0aee7ff552
commit
9da42e27f1
3 changed files with 14 additions and 11 deletions
7
.github/workflows/repackage-native-libs.yml
vendored
7
.github/workflows/repackage-native-libs.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
|
||||
ci_wf:
|
||||
uses: AsamK/signal-cli/.github/workflows/ci.yml@master
|
||||
# ${{ github.repository }} not accpeted here
|
||||
# ${{ github.repository }} not accpeted here
|
||||
|
||||
|
||||
lib_to_jar:
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Download signal-cli build from CI workflow
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
- name: Get signal-cli version
|
||||
id: cli_ver
|
||||
|
@ -159,8 +159,9 @@ jobs:
|
|||
tar -xzf "$file_name"
|
||||
|
||||
- name: Set up JDK for running signal-cli executable
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
||||
- name: Run signal-cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue