🚀 CD
CI/CD / Package (push) Successful in 1m9s
CI/CD / Publish (push) Failing after 15s

This commit is contained in:
2026-03-24 09:47:55 +01:00
parent d8ab530fa8
commit fe174ba2e0
+2 -2
View File
@@ -77,7 +77,7 @@ jobs:
" | tar -xf -
- name: Upload Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: |
@@ -95,7 +95,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: release-artifacts
path: .