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