diff options
| author | Omri H <omrih.e@protonmail.com> | 2026-03-01 22:21:18 +0200 |
|---|---|---|
| committer | Omri H <omrih.e@protonmail.com> | 2026-03-01 22:21:18 +0200 |
| commit | 465be08bbf788c5605d985677bbf9fe631a04b9a (patch) | |
| tree | 44f74bd2e4742f39f9cd7bbb6db8d2e8df5e192a /.github | |
| parent | 99ddc06eb8af19ae06a6b9f634eda48b89ecc131 (diff) | |
update nightly release
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 58188a49..460e7472 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -19,4 +19,15 @@ jobs: uses: microsoft/setup-msbuild@v2 - name: Build - run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Release /p:Platform="Windows64"
\ No newline at end of file + 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
\ No newline at end of file |
