diff --git a/.github/workflows/build_gif.yml b/.github/workflows/build_gif.yml index 3715740..8aa7f8a 100644 --- a/.github/workflows/build_gif.yml +++ b/.github/workflows/build_gif.yml @@ -41,5 +41,5 @@ jobs: - name: Upload gif uses: actions/upload-artifact@v4 with: - name: ${{ github.event.inputs.gif_text }} + name: YOUR_GIF_IS_READY path: output.gif