Skip to content

Commit 1345234

Browse files
Fixing CI
1 parent ef9db7e commit 1345234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
path: ${{ matrix.up }}
5555

5656
release:
57+
name: Release
5758
permissions: write-all
5859
needs: build
5960
runs-on: ubuntu-latest
@@ -80,6 +81,6 @@ jobs:
8081
- name: Create Release and Upload Assets
8182
uses: softprops/action-gh-release@v1
8283
with:
83-
files: openapi_cli_*
84+
files: *
8485
env:
8586
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)