commit 27b4a86626fd0721e807ef3b20ae4ae4dd7e33c1 parent 83d76a2905969f3da24037290823350dcb48567f Author: typable <contact@typable.dev> Date: Wed, 1 Nov 2023 14:11:23 +0100 Fixed build workflow Diffstat:
M | .gitea/workflows/build.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml @@ -6,7 +6,7 @@ jobs: Build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: actions/checkout@v3 - name: Build run: gradle build - name: Upload artifacts