Workflow tweaks (#1045)
This commit is contained in:
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -1,10 +1,10 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
@@ -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..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user