Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Schöchlin committed Mar 9, 2022
1 parent ef36352 commit 9468647
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Releases

on:
push:
branches:
- master
tags:
- '*'

Expand All @@ -26,4 +28,4 @@ jobs:
run: sudo ./ci_test
- uses: ncipollo/release-action@v1
with:
artifacts: "*.deb,*.rpm"
artifacts: " zabbix-agent-extensions*.deb,zabbix-agent-extensions-*.rpm"

0 comments on commit 9468647

Please sign in to comment.