diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 00f18f53..4ef1274d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -5,6 +5,10 @@ on: push: branches: - 'main' + paths-ignore: + - '.gitignore' + - '*.md' + - '.github/*.md' jobs: build: @@ -32,4 +36,8 @@ jobs: with: tag_name: nightly name: Nightly Release - files: LCEWindows64.zip
\ No newline at end of file + body: Requires at least Windows 7 and DirectX 11 compatible GPU to run. Compiled with MSVC v14.44.35207 in Release mode with Whole Program Optimization, as well as `/O2 /Ot /Oi /Ob3 /GF /fp:precise`. + files: | + LCEWindows64.zip + ./x64/Release/Minecraft.Client.exe + ./x64/Release/Minecraft.Client.pdb |
