From 7f1ffc9b07e3c93e8e1ffcb7a0b142bfa61a411e Mon Sep 17 00:00:00 2001 From: Johan Frick Date: Sun, 22 Dec 2024 22:20:38 +0100 Subject: [PATCH] wrong github workspace --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46459c2..b94c36d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: with: body: ${{steps.build_changelog.outputs.changelog}} prerelease: true - files: "${GITHUB_WORKSPACE}/dist/custom-sonos-card.js" + files: "${{ github.workspace }}/dist/custom-sonos-card.js" - name: Create Release (Mxmp) uses: softprops/action-gh-release@v2 @@ -38,5 +38,5 @@ jobs: repository: punxaphil/maxi-media-player prerelease: true token: ${{ secrets.PAT_TOKEN }} - files: "${GITHUB_WORKSPACE}/dist-maxi-media-player/maxi-media-player.js" + files: "${{ github.workspace }}/dist-maxi-media-player/maxi-media-player.js"