Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shg8 authored Mar 14, 2024
1 parent 943269b commit b955451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
- name: Stage binary for release
shell: bash
run: |
cp "${{ env.ARTIFACT_PATH }}" "${{ github.workspace }}/${{ steps.strings.outputs.artifact-name }}"
echo "ARTIFACT_PATH=${{ github.workspace }}/${{ steps.strings.outputs.artifact-name }}" >> "$GITHUB_ENV"
cp "${{ env.ARTIFACT_PATH }}" "./${{ steps.strings.outputs.artifact-name }}"
echo "ARTIFACT_PATH=./${{ steps.strings.outputs.artifact-name }}" >> "$GITHUB_ENV"
- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b955451

Please sign in to comment.