Skip to content

Commit c3f264d

Browse files
committed
fix: update release workflow to include correct artifact for add-host
1 parent 5abb25f commit c3f264d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
uses: softprops/action-gh-release@v1
3939
with:
4040
files: |
41-
backup_db-linux-${{ github.ref_name }}
42-
restore_db-linux-${{ github.ref_name }}
41+
add-host-linux-${{ github.ref_name }}
4342
draft: false
4443
prerelease: false
4544
generate_release_notes: true

0 commit comments

Comments
 (0)