Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTheKittyCat authored Aug 27, 2021
1 parent d1daf7c commit 74569cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
draft: ${{ github.event.release.unpublished }}
prerelease: ${{ github.event.release.prerelease }}
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './demo-world.json, ./world.zip'
artifacts: './world.json, ./demo-world.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}

0 comments on commit 74569cc

Please sign in to comment.