Skip to content

Commit

Permalink
Disable macos
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Mar 24, 2024
1 parent 85e09a7 commit fc7c579
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
on:
release:
types: [created]
push:
branches:
- master


env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -45,18 +41,18 @@ jobs:
include:
- os: ubuntu-22.04
cargoargs: --features build-llvm
- os: macos-12
cargoargs: --features build-llvm
# - os: macos-12
# cargoargs: --features build-llvm
# - os: windows-latest
# cargoargs: ''

steps:
- uses: actions/checkout@v2

# - id: get_release
# uses: bruceadams/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: get_release
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -117,11 +113,11 @@ jobs:
cp README.md release
- run: 7z a release.zip ./release/*
# - uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.get_release.outputs.upload_url }}
# asset_path: release.zip
# asset_name: rumblebot-${{ matrix.os }}.zip
# asset_content_type: application/zip
- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: release.zip
asset_name: rumblebot-${{ matrix.os }}.zip
asset_content_type: application/zip

0 comments on commit fc7c579

Please sign in to comment.