From 56bebb4be7782379c10ac1783906baaecc57bc24 Mon Sep 17 00:00:00 2001 From: kdusek Date: Sun, 7 Dec 2025 23:27:13 +0100 Subject: [PATCH] Specify artifact name in download --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7276566..68fdcdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,6 +69,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v3 + with: + name: gotify-tray_${{github.ref_name}}_amd64.deb - name: Release uses: marvinpinto/action-automatic-releases@latest with: