Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytuo authored Sep 27, 2023
1 parent e7bd61c commit 3279f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "${GITHUB_REF#refs/tags/}"
automatic_release_tag: ${GITHUB_REF#refs/tags/}
files: |
${{github.workspace}}/dist/CC_RC.zip

0 comments on commit 3279f61

Please sign in to comment.