diff --git a/.github/workflows/build_retrodeck.yml b/.github/workflows/build_retrodeck.yml index f3b2910c..7f614dd9 100644 --- a/.github/workflows/build_retrodeck.yml +++ b/.github/workflows/build_retrodeck.yml @@ -348,6 +348,12 @@ jobs: - Flatpak Artifact Bundle: RetroDECKArtifact.tar.gz, not useful for testing or end users # Rewrite Tag (for Main Branch Only) + - name: Clone RetroDECK repo + if: github.ref == 'refs/heads/main' + uses: actions/checkout@v4 + with: + submodules: true + - name: Rewrite Tag if: github.ref == 'refs/heads/main' run: |