Skip to content

Commit 2c1ee95

Browse files
committed
Adapt to changes in artifacts behavior
1 parent b6080dc commit 2c1ee95

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)