summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-07-11 07:59:46 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-07-11 07:59:46 +0200
commite3951469346e68a43c959234ac65097f83aa8448 (patch)
tree77ca32989f38369afa8c48881bc220892f88e8ee
parent:bug: fix release action (diff)
downloadserver-e3951469346e68a43c959234ac65097f83aa8448.tar.xz
:bug: fix windows path
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml

index 18f37618..874315d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./build/api-win + asset_path: ./build/api-win.exe asset_name: fosscord-api-windows.exe asset_content_type: application/x-binary - uses: eregon/publish-release@v1