From a30cc7db3cb79bea9969d1bde9f5482f4f9072c6 Mon Sep 17 00:00:00 2001 From: meoowe <96916064+meoowe@users.noreply.github.com> Date: Sun, 8 Dec 2024 11:21:50 +0000 Subject: [PATCH] Work. Please --- .github/workflows/export.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index d353dcf..11c1e3b 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -42,6 +42,7 @@ jobs: allowUpdates: true artifacts: "Windows-ClickyCat.zip" generateReleaseNotes: true + tag: master - name: 📤 Upload Artifact uses: actions/upload-artifact@v4 with: @@ -78,6 +79,7 @@ jobs: allowUpdates: true artifacts: "Linux-ClickyCat.zip" generateReleaseNotes: true + tag: master - name: Upload Artifact uses: actions/upload-artifact@v4 with: @@ -115,6 +117,7 @@ jobs: allowUpdates: true artifacts: "Web-ClickyCat.zip" generateReleaseNotes: true + tag: master - name: Upload Artifact uses: actions/upload-artifact@v4 with: