Skip to content

Commit

Permalink
ci: build workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Mar 8, 2022
1 parent e62ba3f commit afa9e77
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,9 @@ jobs:
grunt dist
cp -r dist/. ../ietf/static/ietf/bootstrap/
cd ..
ls -a ietf/static/ietf
echo "Using version $PKG_VERSION_STRICT"
echo "Setting version $PKG_VERSION_STRICT..."
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py
echo "Build release tarball... (this could take a while)"
echo "Build release tarball..."
mkdir -p /home/runner/work/release
tar -czf /home/runner/work/release/release.tar.gz -X dev/deploy/exclude-patterns.txt .
Expand Down Expand Up @@ -122,6 +121,5 @@ jobs:
uses: actions/[email protected]
if: env.SHOULD_DEPLOY == 'false'
with:
name: artifacts
path: |
/home/runner/work/release/release.tar.gz
name: release
path: /home/runner/work/release/release.tar.gz

0 comments on commit afa9e77

Please sign in to comment.