Try fixing paths
This commit is contained in:
parent
84259de765
commit
50ba83219f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue