Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed May 22, 2024
1 parent 1ba7b9e commit f9b1732
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build serial
run: cargo build --target-dir ./result --bin serial --release
run: cargo build --bin serial --release
- name: idk lsdir
run: ls -R .
- uses: actions/upload-artifact@v4
with:
name: serial-${{ matrix.os }}
path: ./result/serial
path: ./target/release/serial
if-no-files-found: error
build_rootshell_and_rayhunter:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f9b1732

Please sign in to comment.