Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
naskio committed Jan 14, 2022
1 parent 6f98d9e commit 46704c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
needs: [ build ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # get CHANGELOG.md
# - uses: actions/checkout@v2 # get the scripts
# - name: Set up Python ${{ matrix.python-version }} # setup python
# uses: actions/setup-python@v2
Expand Down Expand Up @@ -82,7 +83,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body_path: ${{ github.workspace }}/CHANGELOG.md
# body_path: ${{ github.workspace }}/CHANGELOG.md
body_path: CHANGELOG.md
files: |
linux-x86_64-${{ steps.get_version.outputs.VERSION }}/*
windows-x86_64-${{ steps.get_version.outputs.VERSION }}/*
Expand Down

0 comments on commit 46704c5

Please sign in to comment.