Fix path for windows release build

Signed-off-by: trivernis <trivernis@protonmail.com>
actions
trivernis 4 years ago
parent 520745041e
commit 98284bfa0b
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -69,4 +69,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: snekcloud-server-${{ matrix.target }}
path: target/${{ matrix.target }}/release/snekcloud-server
path: target/${{ matrix.target }}/release/snekcloud-server*
Loading…
Cancel
Save