Skip to content

Commit

Permalink
ci: fix macos artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo authored Nov 8, 2021
1 parent a9e7d15 commit 6164ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: tar -czf synth.tar.gz synth
- uses: actions/upload-artifact@v2
with:
name: synth-${{ steps.tag.outputs.tag }}-osx-latest-x86_64
name: synth-${{ steps.tag.outputs.tag }}-macos-latest-x86_64
path: target/release/synth.tar.gz

build-windows:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-10.15
- macos-latest
- ubuntu-18.04
steps:
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit 6164ba3

Please sign in to comment.