Skip to content

Commit

Permalink
Adapt to changes in artifacts behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdp7 committed Sep 27, 2024
1 parent b6080dc commit 2c1ee95
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c1ee95

Please sign in to comment.