File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -161,22 +161,8 @@ jobs:
161161 runs-on : ubuntu-latest
162162 steps :
163163 - uses : actions/checkout@v2
164- - name : Download Linux x86_64 build
164+ - name : Download artifacts
165165 uses : actions/download-artifact@v4
166- with :
167- name : ubpkg-ubuntu-latest-x86_64
168- - name : Download Linux aarch64 build
169- uses : actions/download-artifact@v4
170- with :
171- name : ubpkg-ubuntu-latest-aarch64
172- - name : Download macOS build
173- uses : actions/download-artifact@v4
174- with :
175- name : ubpkg-macos-latest
176- - name : Download Windows build
177- uses : actions/download-artifact@v4
178- with :
179- name : ubpkg-windows-latest
180166 - name : Create release
181167 run : |
182168 mv ubpkg-ubuntu-latest-x86_64/ubpkg ubpkg-linux-x86_64
You can’t perform that action at this time.
0 commit comments