-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #420 from kremnev8/master
Add API for mods
- Loading branch information
Showing
281 changed files
with
1,842 additions
and
840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,10 +46,10 @@ jobs: | |
|
||
- name: Clear output directory in DSP files | ||
# We use SilentlyContinue here because it errors out if the folder does not exist otherwise | ||
run : rm -R -ErrorAction SilentlyContinue "${{ env.NEBULA_FOLDER }}" | ||
run : rm -R -ErrorAction SilentlyContinue "dist" | ||
|
||
- name: Add remote build identifier | ||
run: copy /b /Y NUL .remoteBuild | ||
run: New-Item -Name .remoteBuild -ItemType File -force | ||
|
||
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild | ||
- name: Setup MSBuild.exe | ||
|
@@ -91,7 +91,13 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: nebula-thunderstore | ||
path: ${{ env.DIST_RELEASE_FOLDER }}nebula | ||
path: ${{ env.DIST_RELEASE_FOLDER }}nebula-NebulaMultiplayerMod | ||
|
||
# Upload the API thunderstore artifact (in case automatic upload fails) | ||
- uses: actions/[email protected] | ||
with: | ||
name: nebula-api-thunderstore | ||
path: ${{ env.DIST_RELEASE_FOLDER }}nebula-NebulaMultiplayerModApi | ||
|
||
# Create release | ||
- uses: hubastard/release-action@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.