Skip to content

Commit

Permalink
ci: fix arch package artifact path
Browse files Browse the repository at this point in the history
- Update artifact path to current directory
  • Loading branch information
aljen committed Dec 1, 2024
1 parent a461b8e commit b4eaa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pkg-x86_64
path: /tmp/pkg/*.pkg.tar.zst
path: ./*.pkg.tar.zst

create-release:
name: Create Release
Expand Down

0 comments on commit b4eaa0d

Please sign in to comment.