From df19d4c99969d28709c156e56fc465233a944c57 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sat, 28 Sep 2024 15:22:17 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20runs=20on=20for=20deploy=20step?= =?UTF-8?q?=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9bf1d0e..4bf06ee 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: path: dist deploy: - runs-on: ubuntu-latest + runs-on: host steps: - name: Download artifacts