diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-03-15 17:22:46 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-03-15 18:02:17 -0400 |
| commit | d79a9b5acc684f9bdc0b69381158c2ea4512af7b (patch) | |
| tree | a307033615e76039d3992a7f7f664a8674288ec2 /.gitea/workflows/deploy.yaml | |
| parent | a7fa25f8e49a133697274e5800061e1aeec01bd5 (diff) | |
Add gitea-download-artifact
Diffstat (limited to '.gitea/workflows/deploy.yaml')
| -rw-r--r-- | .gitea/workflows/deploy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 2ce7a03..762c498 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,14 +10,14 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - run: zola build - - uses: actions/upload-artifact@v4 + - uses: christopherhx/gitea-upload-artifact@v4 with: name: public path: public Deploy: container: alpine:latest steps: - - uses: actions/download-artifact@v4 + - uses: christopherhx/gitea-download-artifact@v4 with: name: public path: public |
