From 2c1ee95c5f3519b76ea471b24df62f4ba573f427 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 27 Sep 2024 21:07:10 +0200 Subject: [PATCH] Adapt to changes in artifacts behavior --- .github/workflows/ci.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa5aa14..5ec8f70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,22 +161,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Download Linux x86_64 build + - name: Download artifacts uses: actions/download-artifact@v4 - with: - name: ubpkg-ubuntu-latest-x86_64 - - name: Download Linux aarch64 build - uses: actions/download-artifact@v4 - with: - name: ubpkg-ubuntu-latest-aarch64 - - name: Download macOS build - uses: actions/download-artifact@v4 - with: - name: ubpkg-macos-latest - - name: Download Windows build - uses: actions/download-artifact@v4 - with: - name: ubpkg-windows-latest - name: Create release run: | mv ubpkg-ubuntu-latest-x86_64/ubpkg ubpkg-linux-x86_64