Skip to content

Commit

Permalink
Increase timeout upload to github
Browse files Browse the repository at this point in the history
  • Loading branch information
f100024 committed Jun 12, 2022
1 parent 2130eaa commit e1f45e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ crossbuild: promu

release: promu
@echo ">> create release"
@$(PROMU) release --verbose --timeout=60s --retry=30 $(BIN_DIR)/.tarballs
@$(PROMU) release --verbose --timeout=120s --retry=30 $(BIN_DIR)/.tarballs

promu:
@GOOS=$(shell uname -s | tr A-Z a-z) \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.3.3

0 comments on commit e1f45e0

Please sign in to comment.