Skip to content

Commit

Permalink
Merge pull request #2 from UnityExtractor-rs/master
Browse files Browse the repository at this point in the history
release 0.1.1
  • Loading branch information
Goodjooy authored Aug 15, 2023
2 parents 4b1563c + 0a965cf commit d17b86b
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
repo: context.repo.repo,
tag_name: `app-v${process.env.PACKAGE_VERSION}`,
name: `UnityExtractor v${process.env.PACKAGE_VERSION}`,
body: '${{ steps.description.outputs.content }}',
body: `${ steps.description.outputs.content }`,
draft: true,
prerelease: false
})
Expand Down
Loading

0 comments on commit d17b86b

Please sign in to comment.