ci: fix su (#42)

This commit is contained in:
Ylarod
2023-01-11 20:21:53 +08:00
committed by GitHub
parent 761f68b24f
commit 4f9feeff19

View File

@@ -3,7 +3,7 @@ on:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths: paths:
- '.github/workflows/build-userspace.yml' - '.github/workflows/build-su.yml'
- 'userspace/**' - 'userspace/**'
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]
@@ -26,4 +26,4 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: su name: su
path: ./userspace/su/libs path: ./userspace/su/libs