File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,12 +176,12 @@ jobs:
176
176
cd "${{ github.workspace }}/output/"
177
177
version=$(cat version.num)
178
178
echo $version
179
- gh release create "v${version}" --title "${{ inputs.title }}" --notes-file "./changelog.md" --prerelease="true" --repo MaintainTeam/LastPipeBender
179
+ gh release create "v${version}" --title "${{ inputs.title }}" --notes-file "./changelog.md" --prerelease="true" --discussion-category "Announcements" -- repo MaintainTeam/LastPipeBender
180
180
gh release upload "v${version}" $(echo $(find . -name '*.apk' -type f -exec basename \{} \;) checksums.txt) --repo MaintainTeam/LastPipeBender
181
181
182
182
- name : Archive reports for job
183
183
uses : actions/upload-artifact@v4
184
184
with :
185
185
name : reports
186
186
path : ' */build/reports'
187
- if : ${{ always() }}
187
+ if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments