Skip to content

Commit

Permalink
Fixing the windowed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jamjon3 committed May 27, 2023
1 parent 6af9723 commit 05d44ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "rpm=$GITHUB_REF_NAME" >> $GITHUB_OUTPUT
DEB_VER=$(echo "$GITHUB_REF_NAME" | sed 's|_|-|g')
echo "deb=$DEB_VER" >> $GITHUB_OUTPUT
echo "nuget=$VERSION" >> $GITHUB_OUTPUT
echo "nuget=$GITHUB_REF_NAME" >> $GITHUB_OUTPUT
else
VERSION=$(./dist/${{ env.binary-basename }} -v)
NUGET_VERSION="$VERSION"
Expand Down

0 comments on commit 05d44ad

Please sign in to comment.