Skip to content

Commit

Permalink
wrong github workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Dec 22, 2024
1 parent 2dd35a9 commit 7f1ffc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 7f1ffc9

Please sign in to comment.