We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc956f3 commit 93af0faCopy full SHA for 93af0fa
.github/workflows/release.yml
@@ -109,7 +109,7 @@ jobs:
109
repo_token: "${{ secrets.GITHUB_TOKEN }}"
110
prerelease: false
111
files: |
112
- ./Build-CodeBlaze.Editor.Build.Builder.BuildAndroidMonoRelease/*
113
- ./Build-CodeBlaze.Editor.Build.Builder.BuildAndroidIL2CPPRelease/*
114
- ./Build-CodeBlaze.Editor.Build.Builder.BuildWindowsMonoRelease/*
115
- ./Build-CodeBlaze.Editor.Build.Builder.BuildWindowsIL2CPPRelease/*
+ ./Build-CodeBlaze.Editor.Build.Builder.BuildAndroidMonoRelease
+ ./Build-CodeBlaze.Editor.Build.Builder.BuildAndroidIL2CPPRelease
+ ./Build-CodeBlaze.Editor.Build.Builder.BuildWindowsMonoRelease
+ ./Build-CodeBlaze.Editor.Build.Builder.BuildWindowsIL2CPPRelease
0 commit comments