runner v5
Some checks failed
Test Build Deploy / Test (push) Successful in 1m18s
Test Build Deploy / Build (push) Successful in 1m13s
Test Build Deploy / Deploy (push) Failing after 15s

This commit is contained in:
pesu98
2026-05-13 12:18:36 +08:00
parent 9c15de9f6a
commit c90ab7c990

View File

@@ -90,7 +90,7 @@ jobs:
mv "/tmp/${RELEASE_FILE}" "${RELEASE_FILE}"
- name: Upload release artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.RELEASE_FILE }}
@@ -118,7 +118,7 @@ jobs:
steps:
- name: Download release artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: ${{ env.ARTIFACT_NAME }}