diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4039088..a0e87c5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,6 +30,10 @@ jobs: run: | make build + - name: Rename + run: | + cp tmp/main tmp/pocketmovie + - name: Create Release uses: softprops/action-gh-release@v1 with: