Try fixing paths

This commit is contained in:
VintagePC 2024-03-11 19:02:24 -04:00
parent 84259de765
commit 50ba83219f
1 changed files with 2 additions and 2 deletions

View File

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