Update build.yml

Use ${{ github.workspace }} instead
This commit is contained in:
vintagepc 2024-03-12 07:40:34 -04:00 committed by GitHub
parent 50ba83219f
commit 2ad76e225b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: true
files: |
"$GITHUB_WORKSPACE/build/release/*.hex"
"$GITHUB_WORKSPACE/build/release/*.zip"
"${{ github.workspace }}/build/release/*.hex"
"${{ github.workspace }}/build/release/*.zip"
check-lang:
runs-on: ubuntu-latest