Skip to content

Commit

Permalink
Fix Typo on Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Nov 29, 2023
1 parent d718e88 commit 202f92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Compile
run: ./build-with-version $NEXT_VERSION
run: ./build-with-version.sh $NEXT_VERSION
- name: Build
run: |
./publish-release.sh linux x64
Expand Down

0 comments on commit 202f92a

Please sign in to comment.