Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry authored Sep 12, 2023
1 parent 821ed29 commit 78fd5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.FILENAME }}
path: ./output/${{ env.FILENAME }}
path: ./server/${{ env.FILENAME }}
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./output/${{ env.FILENAME }}
file: ./server/${{ env.FILENAME }}
tag: ${{ github.ref }}
file_glob: true

0 comments on commit 78fd5ed

Please sign in to comment.