Skip to content

Commit

Permalink
Rename COPYING to LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin committed Aug 11, 2022
1 parent 4f7c67a commit 252a895
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: zeronet
include: CHANGELOG.md, COPYING, README.md, ui
include: CHANGELOG.md, LICENSE.md, README.md, ui
archive: ZeroNetX-linux-x64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -61,7 +61,7 @@ jobs:
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: zeronet
include: CHANGELOG.md, COPYING, README.md, ui
include: CHANGELOG.md, LICENSE.md, README.md, ui
archive: ZeroNetX-mac-x64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -71,7 +71,7 @@ jobs:
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: zeronet
include: CHANGELOG.md, COPYING, README.md, ui
include: CHANGELOG.md, LICENSE.md, README.md, ui
archive: ZeroNetX-windows-x64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## [0.1.0-patch] - 2022-08-11

- Rename COPYING to LICENSE.md
- Most of these are Github Action Changes for Binary Releases
- Include CHANGELOG.md, COPYING, README.md, ui directory with each release
- Name Build Steps
Expand Down
File renamed without changes.

0 comments on commit 252a895

Please sign in to comment.