From 66ed6dfc69a58a74b08d572f37fa82732f56ea4c Mon Sep 17 00:00:00 2001 From: Nicolai Syvertsen Date: Sat, 23 Dec 2023 11:38:42 +0100 Subject: [PATCH] Fix filename in workflow --- .github/workflows/flatpak-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak-release.yml b/.github/workflows/flatpak-release.yml index bc0cc71..46e61e6 100644 --- a/.github/workflows/flatpak-release.yml +++ b/.github/workflows/flatpak-release.yml @@ -28,5 +28,5 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: pwvucontrol.flatpak + files: deadbeef.flatpak