Skip to content

Commit

Permalink
Update build-x86_64-musl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Oct 9, 2024
1 parent 1e4dfa8 commit 908e257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-x86_64-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.REPO_NAME }}
name: hyprland-musl
path: ~/packages/hyprland-musl.tar.gz

publish:
Expand All @@ -158,7 +158,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: ${{ env.REPO_NAME }}
name: hyprland-musl
path: ~/

- name: Checkout repository
Expand Down

0 comments on commit 908e257

Please sign in to comment.