Skip to content

Commit

Permalink
updated build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Nov 1, 2024
1 parent f916adf commit 639bb6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/psych63.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: BuildLegacy
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ pe-0.6.3 ]
branches: [ pe-0.6.3, pe-0.6.3-dev ]
pull_request:
branches: [ pe-0.6.3 ]
branches: [ pe-0.6.3, pe-0.6.3-dev ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Publish Artifact
uses: actions/upload-artifact@v4.3.4
with:
name: linuxBuild
name: P-Slice.0.6.3_linux
path: 'export/PE0.6.3/release/linux/bin'
buildWindows:
runs-on: windows-latest
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Publish Artifact
uses: actions/upload-artifact@v4.3.4
with:
name: windowsBuild
name: P-Slice.0.6.3_windows
path: export/PE0.6.3/release/windows/bin
buildMac:
runs-on: macos-12
Expand Down Expand Up @@ -104,5 +104,5 @@ jobs:
- name: Publish Artifact
uses: actions/upload-artifact@v4.3.4
with:
name: macBuild
name: P-Slice.0.6.3_mac
path: export/PE0.6.3/release/macos/bin
2 changes: 1 addition & 1 deletion gitVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2
2.0.1
2 changes: 1 addition & 1 deletion source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class TitleState extends MusicBeatState
if (ClientPrefs.checkForUpdates && !closedState)
{
trace('checking for update');
var http = new haxe.Http("https://raw.githubusercontent.com/mikolka9144/P-Slice/master/gitVersion.txt");
var http = new haxe.Http("https://raw.githubusercontent.com/mikolka9144/P-Slice/pe-0.6.3/gitVersion.txt");

http.onData = function(data:String)
{
Expand Down

0 comments on commit 639bb6b

Please sign in to comment.