From 99322cc7501012444597f223fa26a991cc661e03 Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Sun, 1 Aug 2021 22:37:41 -0400 Subject: Update to add release builds. Should make a large number of prebuilts for people to look at. Also fixed minor issues. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d308444..698bb6e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ on: jobs: build: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 60 name: "Build artifacts and publish Release" steps: - name: Checkout -- cgit v1.2.3