Skip to content

Commit

Permalink
Build mac and win directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Aug 13, 2024
1 parent cb9d62c commit ec1a966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2023 The Manyverse Authors
# SPDX-FileCopyrightText: 2021-2024 The Manyverse Authors
#
# SPDX-License-Identifier: Unlicense

Expand Down Expand Up @@ -38,7 +38,6 @@ jobs:
build-macos:
name: Build Manyverse macOS
runs-on: macos-11
needs: build-linux
if: ${{ startsWith(github.event.head_commit.message, 'release:') }}

steps:
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:
build-win:
name: Build Manyverse Windows
runs-on: windows-2022
needs: build-macos
if: ${{ startsWith(github.event.head_commit.message, 'release:') }}

steps:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2023 The Manyverse Authors
# SPDX-FileCopyrightText: 2021-2024 The Manyverse Authors
#
# SPDX-License-Identifier: Unlicense

Expand Down Expand Up @@ -54,12 +54,14 @@ android/app/src/main/jniLibs/**/libsodium.so
node_modules/
npm-debug.log
yarn-error.log
.node-version

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore
.env

# fastlane
#
Expand Down

0 comments on commit ec1a966

Please sign in to comment.