Workflow tweaks (#1045)
This commit is contained in:
parent
4de93e19b8
commit
04d3ee3f50
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -1,10 +1,10 @@
|
|||||||
name: Test
|
name: Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
VERSION=${REF#"refs/tags/"}
|
VERSION=${REF#"refs/tags/"}
|
||||||
SRC=`pwd`
|
DIST=`pwd`/dist
|
||||||
DIST=$SRC/dist
|
|
||||||
|
|
||||||
echo "Packaging just $VERSION for $TARGET..."
|
echo "Packaging just $VERSION for $TARGET..."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user