This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,592 changed files
with
7,133 additions
and
2,686 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
patreon: xenondevs |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Pack ZIP | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- complete | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Pack ZIP | ||
uses: thedoctor0/zip-release@master | ||
with: | ||
type: "zip" | ||
filename: "NovaRP.zip" | ||
exclusions: "*.git* *.gitignore *crowdin.yml *README.md" | ||
|
||
- name: Upload Artifacts | ||
id: upload | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: Artifacts | ||
path: NovaRP.zip | ||
|
||
- name: Publish Artifacts | ||
if: github.event_name == 'release' | ||
uses: skx/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
args: NovaRP.zip |
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.