Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Oct 17, 2024
1 parent f3dd27d commit a1b9197
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/windows-recorder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ runs:
Add-Content $env:GITHUB_PATH "${pwd}\ffmpeg\bin`n"
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
command: build
args: --release -p neothesia-cli
- uses: dtolnay/rust-toolchain@stable
- name: Build Ubuntu Release
run: cargo build --release -p neothesia-cli
- uses: actions/upload-artifact@v4
with:
name: windows-recorder-artifact
Expand Down

0 comments on commit a1b9197

Please sign in to comment.