Fix workflow
This commit is contained in:
parent
d6782c74ed
commit
2825435f8c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -118,11 +118,11 @@ jobs:
|
|||||||
run: ssh ${{ secrets.BOIII_MASTER_SSH_USER }}@${{ secrets.BOIII_MASTER_SSH_ADDRESS }} ${{ secrets.BOIII_MASTER_SSH_CHANGE_PUBLISH_COMMAND }}
|
run: ssh ${{ secrets.BOIII_MASTER_SSH_USER }}@${{ secrets.BOIII_MASTER_SSH_ADDRESS }} ${{ secrets.BOIII_MASTER_SSH_CHANGE_PUBLISH_COMMAND }}
|
||||||
|
|
||||||
- name: Prepare cleanup
|
- name: Prepare cleanup
|
||||||
run: echo "" > build/bin/x64/Release/boiii.exe
|
run: echo "" > boiii.exe
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Release Binary
|
name: Release Binary
|
||||||
path: |
|
path: |
|
||||||
build/bin/x64/Release/boiii.exe
|
boiii.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user