Skip to content

Commit

Permalink
Add explicit bash shell for artifact movement step in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Mar 28, 2024
1 parent f40dec5 commit be24983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then mv target/x86_64-unknown-linux-musl/release/geph5-client artifacts; fi
if [ "${{ matrix.os }}" = "windows-latest" ]; then mv target/x86_64-pc-windows-msvc/release/geph5-client.exe artifacts; fi
if [ "${{ matrix.os }}" = "macos-latest" ]; then mv target/x86_64-apple-darwin/release/geph5-client artifacts; fi
shell: bash

# Upload to Cloudflare R2
- name: Upload to Cloudflare R2
Expand Down

0 comments on commit be24983

Please sign in to comment.