@@ -71,23 +71,23 @@ jobs:
71
71
- run : ./ppkg update
72
72
73
73
- run : |
74
- ~/.uppm/installed/gsed/bin/gsed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uctags .yml
74
+ ~/.uppm/installed/gsed/bin/gsed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm .yml
75
75
76
76
- if : ${{ startsWith(matrix.target, 'openbsd') }}
77
- run : ./ppkg install ${{ matrix.target }}/uctags --link-type=static-most
77
+ run : ./ppkg install ${{ matrix.target }}/uppm --link-type=static-most
78
78
79
79
- if : ${{ ! startsWith(matrix.target, 'openbsd') }}
80
- run : ./ppkg install ${{ matrix.target }}/uctags --link-type=static-full
80
+ run : ./ppkg install ${{ matrix.target }}/uppm --link-type=static-full
81
81
82
- - run : ./ppkg pack ${{ matrix.target }}/uctags -t tar.gz
83
- - run : ./ppkg pack ${{ matrix.target }}/uctags -t tar.xz
84
- - run : ./ppkg pack ${{ matrix.target }}/uctags -t tar.lz
85
- - run : ./ppkg pack ${{ matrix.target }}/uctags -t tar.bz2
82
+ - run : ./ppkg pack ${{ matrix.target }}/uppm -t tar.gz
83
+ - run : ./ppkg pack ${{ matrix.target }}/uppm -t tar.xz
84
+ - run : ./ppkg pack ${{ matrix.target }}/uppm -t tar.lz
85
+ - run : ./ppkg pack ${{ matrix.target }}/uppm -t tar.bz2
86
86
87
87
- uses : actions/upload-artifact@v4
88
88
with :
89
- name : uctags ---${{ matrix.target }}-tar
90
- path : uctags -*-${{ matrix.target }}.tar.*
89
+ name : uppm ---${{ matrix.target }}-tar
90
+ path : uppm -*-${{ matrix.target }}.tar.*
91
91
92
92
93
93
macos :
@@ -110,19 +110,19 @@ jobs:
110
110
- run : ./xcpkg update
111
111
112
112
- run : |
113
- ~/.xcpkg/uppm/installed/gsed/bin/gsed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.xcpkg/repos.d/official-core/formula/uctags .yml
113
+ ~/.xcpkg/uppm/installed/gsed/bin/gsed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.xcpkg/repos.d/official-core/formula/uppm .yml
114
114
115
- - run : ./xcpkg install MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uctags --link-type=static-most
115
+ - run : ./xcpkg install MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uppm --link-type=static-most
116
116
117
- - run : ./xcpkg pack MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uctags -t tar.gz
118
- - run : ./xcpkg pack MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uctags -t tar.xz
119
- - run : ./xcpkg pack MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uctags -t tar.lz
120
- - run : ./xcpkg pack MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uctags -t tar.bz2
117
+ - run : ./xcpkg pack MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uppm -t tar.gz
118
+ - run : ./xcpkg pack MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uppm -t tar.xz
119
+ - run : ./xcpkg pack MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uppm -t tar.lz
120
+ - run : ./xcpkg pack MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}/uppm -t tar.bz2
121
121
122
122
- uses : actions/upload-artifact@v4
123
123
with :
124
- name : uctags ---MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}-tar
125
- path : uctags -*-MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}.tar.*
124
+ name : uppm ---MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}-tar
125
+ path : uppm -*-MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}.tar.*
126
126
127
127
128
128
linux :
@@ -164,14 +164,14 @@ jobs:
164
164
run ./ppkg setup
165
165
run ./ppkg update
166
166
167
- sed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uctags .yml
167
+ sed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm .yml
168
168
169
- run ./ppkg install uctags --link-type=static-full
169
+ run ./ppkg install uppm --link-type=static-full
170
170
171
- run ./ppkg pack uctags -t tar.gz
172
- run ./ppkg pack uctags -t tar.xz
173
- run ./ppkg pack uctags -t tar.lz
174
- run ./ppkg pack uctags -t tar.bz2
171
+ run ./ppkg pack uppm -t tar.gz
172
+ run ./ppkg pack uppm -t tar.xz
173
+ run ./ppkg pack uppm -t tar.lz
174
+ run ./ppkg pack uppm -t tar.bz2
175
175
EOF
176
176
177
177
chmod +x run.sh
@@ -199,8 +199,8 @@ jobs:
199
199
200
200
- uses : actions/upload-artifact@v4
201
201
with :
202
- name : uctags ---linux-${{ matrix.target-arch }}-tar
203
- path : uctags -*-linux-${{ matrix.target-arch }}.tar.*
202
+ name : uppm ---linux-${{ matrix.target-arch }}-tar
203
+ path : uppm -*-linux-${{ matrix.target-arch }}.tar.*
204
204
205
205
206
206
publish :
0 commit comments