Skip to content

Commit

Permalink
Fix CI Final (Maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
immccn123 committed Feb 23, 2023
1 parent 4b929ea commit 26a61b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: yct.exe
path: dist/yct.exe
path: src/dist/yct.exe
- name: Release
uses: softprops/action-gh-release@v1
if: contains(fromJSON(github.event.commits.modified), 'VERSION')
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
dist/yct.exe
src/dist/yct.exe

0 comments on commit 26a61b0

Please sign in to comment.