Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

swaped windows 32/64 builds(32 takes longer) #309

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,20 +128,6 @@ jobs:
with:
name: windowsWeek7Build
path: export/release/windows/bin
- name: Compile 32 bit
run: haxelib run lime build windows -D32bit -32
- name: Publish 32bit
uses: actions/upload-artifact@v2
with:
name: windows32Build
path: export/32bit/windows/bin
- name: Copy Week 7 Files
run: Copy-Item -Force -Recurse ./Week7Assets/* -Destination ./export/32bit/windows/bin/assets
- name: Publish Artifact
uses: actions/upload-artifact@v2
with:
name: windowsWeek732bitBuild
path: export/32bit/windows/bin
buildMac:
runs-on: macos-latest

Expand Down
19 changes: 13 additions & 6 deletions .github/workflows/win64.yml → .github/workflows/win32.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Win64
name: Win32

# Controls when the action will run.
on:
Expand All @@ -16,7 +16,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
buildWindows64x:
buildWindows32x:
runs-on: windows-latest

steps:
Expand Down Expand Up @@ -50,10 +50,17 @@ jobs:
shell: cmd
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
- name: Compile
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
- name: Compile 32 bit
run: haxelib run lime build windows -D32bit -32
- name: Publish 32bit
uses: actions/upload-artifact@v2
with:
name: windows32Build
path: export/32bit/windows/bin
- name: Copy Week 7 Files
run: Copy-Item -Force -Recurse ./Week7Assets/* -Destination ./export/32bit/windows/bin/assets
- name: Publish Artifact
uses: actions/upload-artifact@v2
with:
name: windows64Build
path: export/release/windows/bin
name: windowsWeek732bitBuild
path: export/32bit/windows/bin