This commit is contained in:
@@ -70,10 +70,15 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Prepare artifact
|
||||
shell: bash
|
||||
# ⚠️ Change the shell from 'bash' to 'sh'
|
||||
shell: sh
|
||||
run: |
|
||||
mkdir -p dist
|
||||
if [ "${{ matrix.platform }}" = "linux" ]; then
|
||||
cp target/release/rlogg${{ matrix.binary_extension }} dist/${{ matrix.artifact_name }}${{ matrix.binary_extension }}
|
||||
else
|
||||
cp target/${{ matrix.target }}/release/rlogg${{ matrix.binary_extension }} dist/${{ matrix.artifact_name }}${{ matrix.binary_extension }}
|
||||
fi
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user