File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 9
9
required : true
10
10
default : nobump
11
11
options :
12
- - major
13
- - minor
14
- - patch
15
- - nobump
12
+ - major
13
+ - minor
14
+ - patch
15
+ - nobump
16
16
17
17
jobs :
18
18
prepare :
30
30
with :
31
31
organization : viamrobotics
32
32
username : ${{ github.actor }}
33
- token : ${{ secrets.GITHUB_TOKEN }}
33
+ token : ${{ secrets.GITHUB_TOKEN }}
34
34
35
35
- name : Cancelling - user not part of organization
36
36
65
65
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66
66
with :
67
67
releaseName : v${{ steps.which_version.outputs.version }}
68
- doNotFailIfNotFound : ' true'
68
+ doNotFailIfNotFound : " true"
69
69
70
70
- name : Cancelling - release already exists
71
71
@@ -108,9 +108,9 @@ jobs:
108
108
- name : Copy
109
109
run : cp target/${{ matrix.target }}/release/libviam.dylib builds/libviam-${{ matrix.platform }}.dylib
110
110
- name : Upload artifacts
111
- uses : actions/upload-artifact@v3
111
+ uses : actions/upload-artifact@v4
112
112
with :
113
- name : builds
113
+ name : macos- builds-${{ matrix.platform }}
114
114
path : builds
115
115
116
116
build_linux :
@@ -153,9 +153,9 @@ jobs:
153
153
- name : Copy
154
154
run : cp target/${{ matrix.target }}/release/libviam.so builds/libviam-${{ matrix.platform }}.so
155
155
- name : Upload artifacts
156
- uses : actions/upload-artifact@v3
156
+ uses : actions/upload-artifact@v4
157
157
with :
158
- name : builds
158
+ name : linux- builds-${{ matrix.platform }}
159
159
path : builds
160
160
161
161
release :
You can’t perform that action at this time.
0 commit comments