File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
47
47
path : /home/runner/work/gcc/gcc-13.deb
48
48
if-no-files-found : error
49
49
50
- - uses : actions/upload-artifact@v2
51
- with :
52
- name : libgccjit.so
53
- path : |
54
- /home/runner/work/gcc/build/gcc/libgccjit.so
55
- /home/runner/work/gcc/build/ gcc/lto1
56
- /home/runner/work/gcc/build/gcc/liblto_plugin.so
57
- /home/runner/work/gcc/build/gcc/lto-wrapper
58
- /home/runner/work/gcc/build/gcc/crtbeginS.o
59
- /home/runner/work/gcc/build/gcc/crtendS.o
50
+ - name : Create release
51
+ env :
52
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
+ run : |
54
+ gh release create master \
55
+ /home/runner/work/gcc/gcc-13.deb \
56
+ --prerelease \
57
+ --repo="$GITHUB_REPOSITORY" \
58
+ --title="${GITHUB_REPOSITORY#*/} $(git rev-parse --short "$GITHUB_SHA")" \
59
+ --generate-notes
You can’t perform that action at this time.
0 commit comments