mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Correct "Cache Dependency" path
This commit is contained in:
parent
03c42dee45
commit
a56e676a94
4
.github/workflows/buildtester.yml
vendored
4
.github/workflows/buildtester.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
check-latest: true
|
check-latest: true
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: scripts/
|
cache-dependency-path: MagiskOnWSA/scripts/
|
||||||
|
|
||||||
- name: Setup Python3 Virtual Enviroment 🐍
|
- name: Setup Python3 Virtual Enviroment 🐍
|
||||||
working-directory: MagiskOnWSA/scripts
|
working-directory: MagiskOnWSA/scripts
|
||||||
@ -215,4 +215,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.build.outputs.artifact }}_Windows_10-compressed
|
name: ${{ needs.build.outputs.artifact }}_Windows_10-compressed
|
||||||
path: output
|
path: output
|
||||||
|
Loading…
Reference in New Issue
Block a user