Skip to content

Commit

Permalink
fix: fix not found changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Jan 30, 2024
1 parent b83321b commit 120755f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jobs:
- name: Setup | Checksums
run: |
for file in goup-*/goup-*; do openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done
pwd
tree
tar -zxvf goup-rs/CHANGELOG.tar.gz goup-rs/CHANGELOG.md
- name: Build | Add Artifacts to Release
Expand Down

0 comments on commit 120755f

Please sign in to comment.