Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDing committed Apr 19, 2022
1 parent b5255bc commit 74c0ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
run: |
staging="aget-rs-${{ needs.create-release.outputs.ag_version }}-${{ matrix.target }}"
mkdir -p "$staging"
cp {README.md,LICENSE-APACHE,LICENSE-MIT} "$staging/"
cp {README.md,LICENSE-APACHE,LICENSE-MIT,CHANGELOG.md} "$staging/"
if [ "${{ matrix.os }}" = "windows-2019" ]; then
cp "target/${{ matrix.target }}/release/ag.exe" "$staging/"
7z a "$staging.zip" "$staging"
Expand Down

0 comments on commit 74c0ace

Please sign in to comment.