1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01: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 }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
upload_url: ${{ steps.create_release.outputs.upload_url }} 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_name: fosscord-api-windows.exe
asset_content_type: application/x-binary asset_content_type: application/x-binary
- uses: eregon/publish-release@v1 - uses: eregon/publish-release@v1