diff options
author | Joshua Shreve <j.a.shreve@gmail.com> | 2021-08-01 22:37:41 -0400 |
---|---|---|
committer | Joshua Shreve <j.a.shreve@gmail.com> | 2021-08-01 22:37:41 -0400 |
commit | 99322cc7501012444597f223fa26a991cc661e03 (patch) | |
tree | 200f8a3cdb72507c529f8e734141ab8807a36e8d /.github/workflows | |
parent | 8409bdb6187a6d6e7def10b7fe7bded18e546e43 (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/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 2 |
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 |