Skip to content

Commit

Permalink
commit with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markschl committed May 28, 2024
1 parent 18caa3a commit abf1bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
name="$bin-${{ env.VERSION }}-${{ matrix.target }}"
mkdir "$name"
if [ "${{ matrix.os }}" = "windows-latest" ]; then
mv "target/${{ matrix.target }}/release/$bin.exe" "$name"
else
Expand All @@ -76,4 +77,3 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ env.ASSET }}

0 comments on commit abf1bff

Please sign in to comment.