Skip to content

Commit 7ae39b8

Browse files
committed
Fix action
1 parent 4fbdf57 commit 7ae39b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-class-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tag_name: ${{ github.ref }}
3333
release_name: ${{ github.ref }}
3434

35-
- uses: csexton/release-asset-actions@v2
35+
- uses: csexton/release-asset-action@v2
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838
pattern: ClassCommands/bin/Release/netcoreapp3.1/win-x64/publish/*.exe

0 commit comments

Comments
 (0)