File tree Expand file tree Collapse file tree 3 files changed +30
-12
lines changed Expand file tree Collapse file tree 3 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 26
26
cd /work/repo
27
27
./configure --with-lisp=sbcl --enable-distribution
28
28
make
29
- - name : save artifact
30
- uses : actions/upload-artifact@v4
29
+ # - name: save artifact
30
+ # uses: actions/upload-artifact@v4
31
+ # with:
32
+ # name: cafeobj-sbcl-x86_64-linux
33
+ # path: ${{ github.workspace }}/repo/cafeobj-*-sbcl-*Linux.tar.gz
34
+ - name : Release
35
+
31
36
with :
32
- name : cafeobj-sbcl-x86_64-linux
33
- path : ${{ github.workspace }}/repo/cafeobj-*-sbcl-*Linux.tar.gz
37
+ files : ${{ github.workspace }}/repo/cafeobj-*-sbcl-*Linux.tar.gz
38
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
39
+
Original file line number Diff line number Diff line change 24
24
run : |
25
25
./configure --with-lisp=sbcl --enable-distribution
26
26
make
27
- - name : save binary
28
- uses : actions/upload-artifact@v4
27
+ # - name: save binary
28
+ # uses: actions/upload-artifact@v4
29
+ # with:
30
+ # name: cafeobj-sbcl-${{ matrix.arch }}-darwin
31
+ # path: cafeobj-*-sbcl-*Darwin.tar.gz
32
+ - name : Release
33
+
29
34
with :
30
- name : cafeobj-sbcl-${{ matrix.arch }}-darwin
31
- path : cafeobj-*-sbcl-*Darwin.tar.gz
35
+ files : ${{ github.workspace }}/repo/cafeobj-*-sbcl-*Darwin.tar.gz
36
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
37
+
Original file line number Diff line number Diff line change 30
30
- name : build
31
31
shell : pwsh
32
32
run : make
33
- - name : save binary
34
- uses : actions/upload-artifact@v4
33
+ # - name: save binary
34
+ # uses: actions/upload-artifact@v4
35
+ # with:
36
+ # name: cafeobj-sbcl-win64
37
+ # path: cafeobj-*-sbcl-win64.zip
38
+ - name : Release
39
+
35
40
with :
36
- name : cafeobj-sbcl-win64
37
- path : cafeobj-*-sbcl-win64.zip
41
+ files : cafeobj-*-sbcl-win64.zip
42
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
43
+
38
44
You can’t perform that action at this time.
0 commit comments