From 72feec5a27d902cc7c1577585f88e0ed84d8fd53 Mon Sep 17 00:00:00 2001 From: Itsigo Date: Sat, 22 Nov 2025 21:04:29 +0100 Subject: [PATCH] fixed path in worklflow --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4049977..c4e5821 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,7 @@ jobs: - name: Rename run: | - cp tmp/main tmp/pocketmovie + cp tmp/main pocketmovie - name: Create Release uses: softprops/action-gh-release@v1