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