Skip to content

Commit

Permalink
ci: fix deb artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 3, 2024
1 parent 617f48c commit 500d63c
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 @@ -147,7 +147,7 @@ jobs:
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Upload debs as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: debs
path: debs/*
Expand Down

0 comments on commit 500d63c

Please sign in to comment.