fix(check-extension,integration): remove quotes from version names when upladoing sandbox data

fixes: https://github.com/graycoreio/github-actions-magento2/issues/287
This commit is contained in:
Damien Retzinger
2026-06-09 18:10:08 -04:00
parent a54cad7d46
commit 8f695ed7f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ jobs:
uses: actions/upload-artifact@v7
if: failure()
with:
name: sandbox-data-${{ steps.magento-version.outputs.version }}
name: sandbox-data-${{ fromJSON(steps.magento-version.outputs.version) }}
path: /home/runner/work/infrastructure/magento2/dev/tests/integration/tmp/sandbox-*
retention-days: 3