修改构建脚本
Build and publish packages and Docker images / Test, build and publish (push) Failing after 8s

This commit is contained in:
2026-07-24 09:34:47 +08:00 Unverified
parent 3162a5d3a3
commit b91806e650
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
"${{ steps.package_version.outputs.profile }}" "${{ steps.package_version.outputs.profile }}"
- name: Upload platform packages as workflow artifact - name: Upload platform packages as workflow artifact
uses: https://github.com/actions/upload-artifact@v4 uses: https://github.com/hristopherhx/gitea-upload-artifact@v4
with: with:
name: eis-${{ steps.package_version.outputs.version }}-${{ steps.package_version.outputs.profile }}-platform-packages name: eis-${{ steps.package_version.outputs.version }}-${{ steps.package_version.outputs.profile }}-platform-packages
path: artifacts/packages/* path: artifacts/packages/*