1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00

🐛 fix windows path

This commit is contained in:
Flam3rboy 2021-07-11 07:59:46 +02:00
parent b2845e9a0a
commit e395146934

View File

@ -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