Skip to content

Commit c8635f9

Browse files
author
Jannify
authored
Update to github actions (SubnauticaNitrox#1117)
1 parent 56d8284 commit c8635f9

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/buildingPullRequest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
uses: warrenbuckley/Setup-MSBuild@v1
2323
- name: Build with MSBuild
2424
run: msbuild Nitrox.sln -p:Configuration=Release
25-
- name: Delete unneeded files for zipped launcher
26-
run: Remove-Item –path .\NitroxLauncher\bin\Release\*.* -include *.dll,*.pdb,*.xml
2725
- name: Uploading zipped launcher
2826
uses: actions/upload-artifact@v1
2927
with:

.github/workflows/buildingRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Building Nitrox Release
22

3-
on: [release, push]
3+
on: push
44

55
jobs:
66
build:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# Subnautica Nitrox
66
An open-source, multiplayer modification for the game <a href="https://unknownworlds.com/subnautica/">Subnautica</a>.
77

8-
[![Release](https://github.com/SubnauticaNitrox/Nitrox/workflows/Building%20Nitrox%20Release/badge.svg?event=release)](https://github.com/SubnauticaNitrox/Nitrox/actions?query=workflow%3A%22Building+Nitrox+Release%22+event%3Arelease)
98
[![Master](https://github.com/SubnauticaNitrox/Nitrox/workflows/Building%20Nitrox%20Release/badge.svg?event=push)](https://github.com/SubnauticaNitrox/Nitrox/actions?query=workflow%3A%22Building+Nitrox+Release%22+event%3Apush)
109
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
1110

0 commit comments

Comments
 (0)