Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 committed Oct 18, 2024
1 parent 118dc98 commit 379f900
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/actions/macos/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: macOS
description: Build macOS builds
runs:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ runs:
run: sudo apt update && sudo apt install libasound2-dev libgtk-3-dev
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
shell: bash
- name: Build Ubuntu Release
shell: bash
run: cargo build --release
- name: Chmod +x
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/windows-recorder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ runs:
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
shell: bash
- name: Build Ubuntu Release
shell: bash
run: cargo build --release -p neothesia-cli
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ runs:
steps:
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
shell: bash
- name: Build Windows Release
shell: bash
run: cargo build --release
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 379f900

Please sign in to comment.