Skip to content

Commit

Permalink
CI: Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
n0toose committed Jun 7, 2024
1 parent 6b2a4cf commit 66a78f9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
include:
- os: ubuntu-latest
asset_name: "uhyve-${{ github.ref_name }}-linux-amd64"
- os: macos-latest
asset_name: uhyve-${{ github.ref_name }}-macos-amd64
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -156,8 +158,9 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/uhyve*
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}
asset_name: "uhyve-${{ github.ref_name }}-${{ matrix.os }}"
title: "Uhyve ${{ github.ref_name }}"
draft: true
overwrite: true
file_glob: true

0 comments on commit 66a78f9

Please sign in to comment.