From 72625e213012668362eeab5586064e9986da39b6 Mon Sep 17 00:00:00 2001 From: awcodify Date: Sun, 12 Nov 2023 16:27:39 +0700 Subject: [PATCH] fix file to upload --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a1477f0..19f0a94 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,4 +33,4 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: Release.txt \ No newline at end of file + files: GitInsights \ No newline at end of file