summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-08-01 22:37:41 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-08-01 22:37:41 -0400
commit99322cc7501012444597f223fa26a991cc661e03 (patch)
tree200f8a3cdb72507c529f8e734141ab8807a36e8d /.github
parent8409bdb6187a6d6e7def10b7fe7bded18e546e43 (diff)
Update to add release builds. Should make a large number of prebuilts for people to look at. Also fixed minor issues.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
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