mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Fix script path
This commit is contained in:
parent
222415a126
commit
bff6e2881f
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -329,7 +329,7 @@ jobs:
|
|||||||
- name: Remove signature and add scripts
|
- name: Remove signature and add scripts
|
||||||
run: |
|
run: |
|
||||||
rm -rf ${{ matrix.arch }}/\[Content_Types\].xml ${{ matrix.arch }}/AppxBlockMap.xml ${{ matrix.arch }}/AppxSignature.p7x ${{ matrix.arch }}/AppxMetadata
|
rm -rf ${{ matrix.arch }}/\[Content_Types\].xml ${{ matrix.arch }}/AppxBlockMap.xml ${{ matrix.arch }}/AppxSignature.p7x ${{ matrix.arch }}/AppxMetadata
|
||||||
tee Install.ps1 <<EOF
|
tee ${{ matrix.arch }}/Install.ps1 <<EOF
|
||||||
function Test-Administrator
|
function Test-Administrator
|
||||||
{
|
{
|
||||||
[OutputType([bool])]
|
[OutputType([bool])]
|
||||||
|
Loading…
Reference in New Issue
Block a user