Skip to content

Commit

Permalink
fix release assset path
Browse files Browse the repository at this point in the history
  • Loading branch information
bootjp committed Feb 18, 2022
1 parent 6dcfbab commit a2d2963
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 @@ -28,7 +28,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: "/release/send_vrc.zip"
files: "release/send_vrc.zip"
prerelease: ${{ contains(github.ref, '-beta') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a2d2963

Please sign in to comment.