Skip to content

Commit

Permalink
ci: Fix broken release (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-FEXrt authored Aug 9, 2024
1 parent 177614b commit 0a178dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,11 @@ jobs:
# We don't actually release/upload wake_static. Wake is unsupported on old versions
# of alpine, and releasing a "wake_static" artifact is very misleading and prone to
# user error and confusion
- name: Download Alpine
uses: actions/download-artifact@v3
with:
name: release_alpine
path: alpine
# - name: Download Alpine
# uses: actions/download-artifact@v3
# with:
# name: release_alpine
# path: alpine

- name: Download Debian Bullseye
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 0a178dd

Please sign in to comment.