update nightly release
This commit is contained in:
parent
99ddc06eb8
commit
465be08bbf
11
.github/workflows/nightly.yml
vendored
11
.github/workflows/nightly.yml
vendored
|
|
@ -20,3 +20,14 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Release /p:Platform="Windows64"
|
run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Release /p:Platform="Windows64"
|
||||||
|
|
||||||
|
- name: Zip Build
|
||||||
|
run: 7z a -r LCEWindows64.zip ./x64/Release/*
|
||||||
|
|
||||||
|
- name: Update release
|
||||||
|
uses: eine/tip@master
|
||||||
|
with:
|
||||||
|
tag: nightly
|
||||||
|
rm: true
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
files: LCEWindows64.zip
|
||||||
Loading…
Reference in a new issue