workflows: Fix path
This is not JMP SIM Manager :)
This commit is contained in:
parent
1a22854d05
commit
8eb36c77a8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: ./gradlew --no-daemon :app-unpriv:assembleRelease
|
||||
|
||||
- name: Copy Debug Symbols to Release Path
|
||||
run: cp app-unpriv/build/outputs/native-debug-symbols/jmpRelease/native-debug-symbols.zip app-unpriv/build/outputs/apk/jmp/release/
|
||||
run: cp app-unpriv/build/outputs/native-debug-symbols/release/native-debug-symbols.zip app-unpriv/build/outputs/apk/release/
|
||||
|
||||
- name: Create Release
|
||||
uses: https://gitea.angry.im/actions/forgejo-release@v1
|
||||
|
|
Loading…
Reference in a new issue