mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-01-24 00:41:10 +01:00
Update buildtester.yml
This commit is contained in:
parent
dd7ae07d57
commit
181dcbb4ee
8
.github/workflows/buildtester.yml
vendored
8
.github/workflows/buildtester.yml
vendored
@ -118,8 +118,8 @@ jobs:
|
|||||||
mkdir -p download
|
mkdir -p download
|
||||||
echo -e "user_code=$(cat $GITHUB_EVENT_PATH | jq -r '.inputs.user_code')" > download/.ms_account
|
echo -e "user_code=$(cat $GITHUB_EVENT_PATH | jq -r '.inputs.user_code')" > download/.ms_account
|
||||||
./scripts/build.sh --arch ${{ inputs.arch }} --release-type ${opts[RELEASE_TYPE,${{ inputs.release_type }}]} --magisk-ver $MAGISK_VER --gapps-brand ${opts[GAPPS_BRAND,${{ inputs.gapps_brand }}]} --custom-model ${opts[CUSTOM_MODEL,${{ inputs.custom_model }}]} --root-sol $ROOT_SOL --compress-format ${opts[COMPRESSION,${{ inputs.compression }}]} ${opts[REMOVE_AMAZON,${{ inputs.remove_amazon }}]} --after-compress
|
./scripts/build.sh --arch ${{ inputs.arch }} --release-type ${opts[RELEASE_TYPE,${{ inputs.release_type }}]} --magisk-ver $MAGISK_VER --gapps-brand ${opts[GAPPS_BRAND,${{ inputs.gapps_brand }}]} --custom-model ${opts[CUSTOM_MODEL,${{ inputs.custom_model }}]} --root-sol $ROOT_SOL --compress-format ${opts[COMPRESSION,${{ inputs.compression }}]} ${opts[REMOVE_AMAZON,${{ inputs.remove_amazon }}]} --after-compress
|
||||||
env:
|
shell: bash
|
||||||
API_KEY: ${{ secrets.API_KEY }}
|
|
||||||
|
|
||||||
- name: Set date
|
- name: Set date
|
||||||
id: date
|
id: date
|
||||||
@ -130,7 +130,7 @@ jobs:
|
|||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
path: MagiskOnWSA/output
|
path: MagiskOnWSA/output
|
||||||
key: ${{ steps.wsa.outputs.artifact }}-${{ steps.wsa.outputs.built }}-${{ steps.date.outputs.date }}
|
key: ${{ steps.wsa.outputs.artifact }}-${{ steps.date.outputs.date }}
|
||||||
enableCrossOsArchive: true
|
enableCrossOsArchive: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
@ -150,7 +150,7 @@ jobs:
|
|||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: output
|
path: output
|
||||||
key: ${{ needs.build.outputs.artifact }}-${{ needs.build.outputs.built }}-${{ needs.build.outputs.date }}
|
key: ${{ needs.build.outputs.artifact }}-${{ needs.build.outputs.date }}
|
||||||
enableCrossOsArchive: true
|
enableCrossOsArchive: true
|
||||||
fail-on-cache-miss: true
|
fail-on-cache-miss: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user