Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Jul 26, 2023
1 parent a1a513e commit 50f7bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -52,8 +52,9 @@ jobs:
tar -czvf artifacts/rustycli_macos.tar.gz target/x86_64-apple-darwin/release/rustycli
cd artifacts
sha256sum rustycli_macos.tar.gz > rustycli_macos.tar.gz.sha256
if: matrix.os == 'macos-latest'
ls -lah
if: matrix.os == 'macos-latest'


strategy:
matrix:
Expand Down

0 comments on commit 50f7bde

Please sign in to comment.