Always upload debug varian as @kotori2 requested
This commit is contained in:
parent
785075073f
commit
51dfa6b19f
|
|
@ -39,13 +39,13 @@ jobs:
|
||||||
name: EdXposed-SandHook-release
|
name: EdXposed-SandHook-release
|
||||||
path: './EdXposed-SandHook-release/*'
|
path: './EdXposed-SandHook-release/*'
|
||||||
- name: Upload YAHFA debug
|
- name: Upload YAHFA debug
|
||||||
if: ${{ github.event_name == 'pull_request' && success() }}
|
# if: ${{ github.event_name == 'pull_request' && success() }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: EdXposed-YAHFA-debug
|
name: EdXposed-YAHFA-debug
|
||||||
path: './EdXposed-YAHFA-debug/*'
|
path: './EdXposed-YAHFA-debug/*'
|
||||||
- name: Upload Sandhook debug
|
- name: Upload Sandhook debug
|
||||||
if: ${{ github.event_name == 'pull_request' && success() }}
|
# if: ${{ github.event_name == 'pull_request' && success() }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: EdXposed-SandHook-debug
|
name: EdXposed-SandHook-debug
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue