Skip to content

Commit

Permalink
gha: release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Oct 26, 2023
1 parent edf62bd commit f00fb52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: "Move to outputs/ folder"
run: |
mkdir outputs
cp target/release/whisper outputs/whisper-linux-x86_64
cp target/debian/*.deb outputs/whisper-linux-x86_64.deb
cp target/release/whisperd outputs/whisperd-linux-x86_64
cp target/debian/*.deb outputs/whisperd-linux-x86_64.deb
- name: Upload to temporary storage
uses: actions/upload-artifact@master
Expand Down Expand Up @@ -111,8 +111,7 @@ jobs:
- name: "Move to outputs/ folder"
run: |
mkdir outputs
cp target/release/whisper outputs/whisper-darwin-x86_64
cp target/aarch64-apple-darwin/release/whisper outputs/whisper-darwin-aarch64
cp target/release/whisperd outputs/whisperd-darwin-aarch64
- name: Upload to temporary storage
uses: actions/upload-artifact@master
Expand Down

0 comments on commit f00fb52

Please sign in to comment.