Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
rytdf
  • Loading branch information
YaIiya authored Jul 11, 2024
1 parent fd792e4 commit 7b4f406
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build furnace

on:
push:
branches: [ymf278b, locale]
branches: [master, ymf278b]
pull_request:
branches: ymf278b
branches: ymf287b

defaults:
run:
Expand All @@ -22,9 +22,9 @@ jobs:
- { name: 'Windows MSVC x86_64', os: windows-latest, compiler: msvc, arch: x86_64 }
#- { name: 'Windows MinGW x86', os: ubuntu-20.04, compiler: mingw, arch: x86 }
#- { name: 'Windows MinGW x86_64', os: ubuntu-20.04, compiler: mingw, arch: x86_64 }
- { name: 'macOS x86_64', os: macos-12, arch: x86_64 }
- { name: 'macOS ARM', os: macos-latest, arch: arm64 }
- { name: 'Linux x86_64', os: ubuntu-20.04, arch: x86_64 }
#- { name: 'macOS x86_64', os: macos-12, arch: x86_64 }
#- { name: 'macOS ARM', os: macos-latest, arch: arm64 }
#- { name: 'Linux x86_64', os: ubuntu-20.04, arch: x86_64 }
#- { name: 'Linux ARM', os: ubuntu-18.04, arch: armhf }
fail-fast: true

Expand Down Expand Up @@ -326,7 +326,6 @@ jobs:
tar -zcv -f ../${{ steps.package-identify.outputs.filename }} furnace
- name: Upload artifact
if: ${{ github.repository == 'tildearrow/furnace' && github.ref_name == 'master' }}
uses: actions/upload-artifact@v4.3.0
with:
name: ${{ steps.package-identify.outputs.id }}
Expand Down

0 comments on commit 7b4f406

Please sign in to comment.