Skip to content

Commit

Permalink
ci: fix artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 3, 2025
1 parent 0ced2bb commit 4807021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_on_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Upload debs as artifacts
uses: actions/upload-artifact@v4
with:
name: debs
name: debs-${{ matrix.distro }}
path: debs/*

deploy-demo:
Expand Down

0 comments on commit 4807021

Please sign in to comment.