Skip to content

Commit 2d7364c

Browse files
committed
编译脚本修改
1 parent 6cae8fb commit 2d7364c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
java-version: '15'
5151
distribution: 'adopt'
5252
- name: Cache Gradle packages
53-
uses: actions/cache@v2
53+
uses: actions/cache@v4
5454
with:
5555
path: |
5656
~/.gradle/caches

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/hub-device-android/app-config.json.asc > hub/hub-android-demo/src/main/assets/app-config.json
2323
gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/explorer-device-android/app-config.json.asc > explorer/device-android-demo/src/main/assets/app-config.json
2424
gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/hub-device-java/unit_test_config.json.asc > hub/hub-device-java/src/test/resources/unit_test_config.json
25+
gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/hub-device-java/unit_test_config.json.asc > hub/hub-device-java/src/test/resources/unit_test_config.json
2526
gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/explorer-device-java/unit_test_config.json.asc > explorer/explorer-device-java/src/test/resources/unit_test_config.json
2627
gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/sdk/secring.gpg.asc > secring.gpg
2728
cp -r explorer/explorer-media-common/src/main/java/* explorer/explorer-device-rtc/src/main/java/
@@ -38,7 +39,7 @@ jobs:
3839
java-version: '15'
3940
distribution: 'adopt'
4041
- name: Cache Gradle packages
41-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4243
with:
4344
path: |
4445
~/.gradle/caches

0 commit comments

Comments
 (0)