Skip to content

Commit

Permalink
untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
pretentious7 committed Aug 31, 2023
1 parent 6e0a066 commit ec259df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
args: --manifest-path=crates/Cargo.toml --target aarch64-apple-darwin

- name: strip binary
run: strip ./crates/target/aarch64-apple-darwin/debug/y-sweet
run: strip ./crates/target/aarch64-apple-darwin/debug/y-sweet

- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ec259df

Please sign in to comment.