Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Mar 21, 2024
1 parent cebf6ec commit f72185b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
if [ "${{ matrix.os }}" = "windows-latest" ] ; then
echo "executable-file=pngparam.exe" >> "$GITHUB_OUTPUT"
echo "executable-file=${{ github.workspace }}\\build\\Release\\pngparam.exe" >> "$GITHUB_OUTPUT"
else
echo "executable-file=pngparam" >> "$GITHUB_OUTPUT"
echo "executable-file=${{ github.workspace }}/build/pngparam" >> "$GITHUB_OUTPUT"
fi
- name: Configure CMake
Expand All @@ -76,6 +76,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ steps.strings.outputs.build-output-dir }}/Release/${{ steps.strings.outputs.executable-file }}
${{ steps.strings.outputs.executable-file }}
LICENSE
rapidjson/license.txt

0 comments on commit f72185b

Please sign in to comment.