Skip to content

Commit

Permalink
ci: rc release logic
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Dec 19, 2024
1 parent f7b179b commit ed43c4a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,18 @@ jobs:
name: cadt-mac-installer
path: cadt-mac-installer

- name: Download Linux artifacts
- name: Download x64 Linux artifacts
uses: actions/download-artifact@v4
with:
name: cadt-linux-x64
path: cadt-linux-x64

- name: Download arm64 Linux artifacts
uses: actions/download-artifact@v4
with:
name: cadt-linux-arm64
path: cadt-linux-arm64

- name: Download Linux x64 deb
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ed43c4a

Please sign in to comment.