-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed: Paths in Reloaded Build Script. Don't rely on working-direct…
…ory. Changed: Changelog path in Reloaded Build Script is now Full Path Also build NuGet package for interfaces.
- Loading branch information
Showing
3 changed files
with
12 additions
and
13 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 |
---|---|---|
|
@@ -23,14 +23,14 @@ on: | |
workflow_dispatch: | ||
|
||
env: | ||
PUBLISH_COMMON_PATH: ./External/Reloaded.Memory.SigScan.ReloadedII/Publish/ToUpload/ | ||
PUBLISH_COMMON_PATH: './External/Reloaded.Memory.SigScan.ReloadedII/Publish/ToUpload/' | ||
|
||
PUBLISH_GAMEBANANA_PATH: ./External/Reloaded.Memory.SigScan.ReloadedII/Publish/ToUpload/GameBanana | ||
PUBLISH_GITHUB_PATH: ./External/Reloaded.Memory.SigScan.ReloadedII/Publish/ToUpload/Generic | ||
PUBLISH_NUGET_PATH: ./External/Reloaded.Memory.SigScan.ReloadedII/Publish/ToUpload/NuGet | ||
PUBLISH_GAMEBANANA_PATH: './External/Reloaded.Memory.SigScan.ReloadedII/Publish/ToUpload/GameBanana' | ||
PUBLISH_GITHUB_PATH: './External/Reloaded.Memory.SigScan.ReloadedII/Publish/ToUpload/Generic' | ||
PUBLISH_NUGET_PATH: './External/Reloaded.Memory.SigScan.ReloadedII/Publish/ToUpload/NuGet' | ||
|
||
PUBLISH_CHANGELOG_PATH: ./External/Reloaded.Memory.SigScan.ReloadedII/Publish/Changelog.md | ||
PUBLISH_PATH: ./External/Reloaded.Memory.SigScan.ReloadedII/Publish | ||
PUBLISH_CHANGELOG_PATH: './External/Reloaded.Memory.SigScan.ReloadedII/Publish/Changelog.md' | ||
PUBLISH_PATH: './External/Reloaded.Memory.SigScan.ReloadedII/Publish' | ||
|
||
# Default value is official Reloaded package server. | ||
NUGET_URL: http://packages.sewer56.moe:5000/v3/index.json | ||
|
@@ -44,7 +44,6 @@ jobs: | |
defaults: | ||
run: | ||
shell: pwsh | ||
working-directory: './External/Reloaded.Memory.SigScan.ReloadedII' | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
@@ -81,7 +80,7 @@ jobs: | |
} | ||
- name: Build | ||
run: ./Publish.ps1 -ChangelogPath "$env:PUBLISH_CHANGELOG_PATH" | ||
run: ./External/Reloaded.Memory.SigScan.ReloadedII/Publish.ps1 -ChangelogPath "$env:PUBLISH_CHANGELOG_PATH" | ||
|
||
- name: Upload GitHub Release Artifact | ||
uses: actions/[email protected] | ||
|
@@ -123,8 +122,6 @@ jobs: | |
uses: softprops/[email protected] | ||
if: env.IS_RELEASE == 'true' | ||
with: | ||
# Path to load note-worthy description of changes in release from | ||
append_body: true | ||
# Newline-delimited list of path globs for asset files to upload | ||
files: | | ||
${{ env.PUBLISH_GITHUB_PATH }}/* | ||
|
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