Skip to content

Commit

Permalink
Fix assets upload for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin committed Aug 11, 2022
1 parent 8a99da8 commit f0c63e6
Showing 1 changed file with 3 additions and 3 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,LICENSE.md,README.md,ui
include: CHANGELOG.md,LICENSE.md,README.md,assets
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,LICENSE.md,README.md,ui
include: CHANGELOG.md,LICENSE.md,README.md,assets
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,LICENSE.md,README.md,ui
include: CHANGELOG.md,LICENSE.md,README.md,assets
archive: ZeroNetX-windows-x64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f0c63e6

Please sign in to comment.