ci: update workflow
This commit is contained in:
16
.github/workflows/push_ci.yml
vendored
16
.github/workflows/push_ci.yml
vendored
@@ -91,22 +91,22 @@ jobs:
|
||||
echo "|universal|$universal" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: Upload Artifacts(arm32)
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ${{ env.APK_FILE_ARM32 }}
|
||||
name: QAuxiliary-release-${{ github.event.head_commit.id }}-arm32
|
||||
- name: Upload Artifacts(arm64)
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ${{ env.APK_FILE_ARM64 }}
|
||||
name: QAuxiliary-release-${{ github.event.head_commit.id }}-arm64
|
||||
- name: Upload Artifacts(armAll)
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ${{ env.APK_FILE_ARMALL }}
|
||||
name: QAuxiliary-release-${{ github.event.head_commit.id }}-armAll
|
||||
- name: Upload Artifacts(universal)
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ${{ env.APK_FILE_UNIVERSAL }}
|
||||
name: QAuxiliary-release-${{ github.event.head_commit.id }}-universal
|
||||
@@ -120,11 +120,11 @@ jobs:
|
||||
- telegram-bot-api
|
||||
steps:
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: artifacts
|
||||
- name: Download Telegram Bot API Binary
|
||||
uses: actions/download-artifact@master
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: telegram-bot-api-binary
|
||||
path: .
|
||||
@@ -160,7 +160,7 @@ jobs:
|
||||
- build
|
||||
steps:
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: artifacts
|
||||
- name: Release
|
||||
@@ -203,7 +203,7 @@ jobs:
|
||||
ls -l telegram-bot-api/bin/telegram-bot-api*
|
||||
cp telegram-bot-api/bin/telegram-bot-api telegram-bot-api-binary
|
||||
- name: Upload Binary
|
||||
uses: actions/upload-artifact@master
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: telegram-bot-api-binary
|
||||
path: telegram-bot-api-binary
|
||||
|
||||
Reference in New Issue
Block a user