Skip to content

Commit

Permalink
ci: fix artifact up / download
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 3, 2024
1 parent eca0a6e commit d9c805b
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 @@ -149,7 +149,7 @@ jobs:
- name: Upload debs as artifacts
uses: actions/upload-artifact@v2
with:
name: deb-${{ matrix.distro }}
name: debs
path: debs/*

deploy-demo:
Expand Down

0 comments on commit d9c805b

Please sign in to comment.