Allow setenv to work again

This commit is contained in:
nolim1t 2020-11-27 12:06:45 +07:00
parent 656ee0ae08
commit ef413c2eb1
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: Build & deploy on git tag push
env: env:
APP: bitcoind APP: bitcoind
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
# Capture groups within $TAG_FMT: # Capture groups within $TAG_FMT:
# \1 => TAG vX.Y.Z[.P]+build<N> # \1 => TAG vX.Y.Z[.P]+build<N>

View File

@ -2,6 +2,7 @@ name: Test build bitcoind on push to vX.Z-test branch
env: env:
APP: bitcoind APP: bitcoind
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
on: on:
push: push: