Skip to content

Commit

Permalink
Add CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien CAFFET committed Jan 11, 2025
1 parent 855b8dc commit 35c7e0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
TARBALL=nuklaivm-${{ github.sha }}.tar.gz
EXCLUDES=$(cat .gitignore .dockerignore 2>/dev/null | grep -v '^#' | sed '/^$/d' | sed 's/^/--exclude=/' | tr '\n' ' ')
EXCLUDES+=" --exclude='./web_wallet'"
eval "tar -czf $TARBALL --exclude=$TARBALL --warning=no-file-changed $EXCLUDES -C . ."
touch $TARBALL
eval "tar -czf $TARBALL --exclude=$TARBALL $EXCLUDES -C . ."
# - name: Push to S3
# run: |
Expand Down

0 comments on commit 35c7e0c

Please sign in to comment.