Skip to content

Commit

Permalink
ci: another try
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Mar 11, 2024
1 parent c4db1a4 commit abfb909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ jobs:
- name: Generate checksum
run: |
cd release
find . -type f -mindepth 1 -maxdepth 2 -name 'checksum.txt' | xargs cat > checksum.txt
find . -type f -mindepth 1 -maxdepth 2 -name 'checksum.txt' | xargs cat > ../checksum.txt
- name: Upload checksum
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: release/checksum.txt
asset_path: checksum.txt

0 comments on commit abfb909

Please sign in to comment.