From 09f061bc9ba55dcb10ed975929a95c16e4fcba98 Mon Sep 17 00:00:00 2001 From: WillQ Date: Wed, 22 May 2024 18:04:42 +0800 Subject: [PATCH] manifests --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a95b6b3..c3c50f4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,7 +30,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: manifest.json - path: manifest/${{ env.TARGET_NAME }}/manifest.json + path: manifests/${{ env.TARGET_NAME }}/manifest.json - run: bash scripts/default_auth.sh - name: start torii service uses: appleboy/ssh-action@v1.0.3