Skip to content

Commit

Permalink
Updating release files
Browse files Browse the repository at this point in the history
  • Loading branch information
dtest committed Feb 27, 2023
1 parent 33e48a6 commit 5112215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Build
run: |
make build-all
tar -czvf "$BINARY_NAME" README.md generators/README.md generators/*.py bin/*
rm workloads/.gitignore
rm workloads/**/Dockerfile
tar -czvf "$BINARY_NAME" README.md LICENSE workloads/* bin/*
- name: Release Notes
run:
git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s' --no-merges > ${{ github.workspace }}-CHANGELOG.md
Expand Down

0 comments on commit 5112215

Please sign in to comment.