Skip to content

Commit

Permalink
#11 Fixed the setting of environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 3, 2023
1 parent 944e982 commit 8e50ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: dotnet restore
- name: Generate package version
run: |
echo "SLASH_CLEANED_VERSION_SUFFIX=${VERSION_SUFFIX/\//}" >> $GITHUB_ENV
echo "SHARP_CLEANED_VERSION_SUFFIX=${SLASH_CLEANED_VERSION_SUFFIX/\#/}" >> $GITHUB_ENV
SLASH_CLEANED_VERSION_SUFFIX=${VERSION_SUFFIX/\//}
SHARP_CLEANED_VERSION_SUFFIX=${SLASH_CLEANED_VERSION_SUFFIX/\#/}
echo "PACKAGE_VERSION=$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH-$SHARP_CLEANED_VERSION_SUFFIX-$VERSION_BUILD" >> $GITHUB_ENV
- name: Generate assembly version
run: echo "ASSEMBLY_VERSION=$VERSION_MAJOR.0.0.0" >> $GITHUB_ENV
Expand Down

0 comments on commit 8e50ff8

Please sign in to comment.