From 9e016c81cb5beeb3f935508a394c9b03dfdeb6fa Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Thu, 7 Aug 2025 20:25:33 -0400 Subject: [PATCH] try with custom gitea artifact plugins. --- .gitea/workflows/build-web-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-web-app.yaml b/.gitea/workflows/build-web-app.yaml index 8e79a39..e401086 100644 --- a/.gitea/workflows/build-web-app.yaml +++ b/.gitea/workflows/build-web-app.yaml @@ -16,14 +16,14 @@ jobs: working-directory: ./web-app - run: npm run build --if-present working-directory: ./web-app - - uses: actions/upload-artifact@v4 + - uses: christopherhx/gitea-upload-artifact@v4 with: path: ./web-app/dist deploy: runs-on: ubuntu-latest needs: build-and-test steps: - - uses: actions/download-artifact@v4 + - uses: christopherhx/gitea-download-artifact@v4 - run: echo "Hello world!" - run: echo "rsync -rav -e ssh --delete artifact/* root@andrewlalis.com:/opt/finnow/app-content"