Skip to content

Commit afa9e77

Browse files
authored
ci: build workflow cleanup
1 parent e62ba3f commit afa9e77

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,9 @@ jobs:
9090
grunt dist
9191
cp -r dist/. ../ietf/static/ietf/bootstrap/
9292
cd ..
93-
ls -a ietf/static/ietf
94-
echo "Using version $PKG_VERSION_STRICT"
93+
echo "Setting version $PKG_VERSION_STRICT..."
9594
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py
96-
echo "Build release tarball... (this could take a while)"
95+
echo "Build release tarball..."
9796
mkdir -p /home/runner/work/release
9897
tar -czf /home/runner/work/release/release.tar.gz -X dev/deploy/exclude-patterns.txt .
9998
@@ -122,6 +121,5 @@ jobs:
122121
uses: actions/upload-artifact@v2.3.1
123122
if: env.SHOULD_DEPLOY == 'false'
124123
with:
125-
name: artifacts
126-
path: |
127-
/home/runner/work/release/release.tar.gz
124+
name: release
125+
path: /home/runner/work/release/release.tar.gz

0 commit comments

Comments
 (0)