diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2131dd3..7ae7507 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,10 +1,10 @@ name: Test on: - push: - branches: - - master pull_request: + branches: + - '*' + push: branches: - master diff --git a/bin/package b/bin/package index b9e705c..95a92d6 100755 --- a/bin/package +++ b/bin/package @@ -3,8 +3,7 @@ set -euxo pipefail VERSION=${REF#"refs/tags/"} -SRC=`pwd` -DIST=$SRC/dist +DIST=`pwd`/dist echo "Packaging just $VERSION for $TARGET..."