diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c7d2ab1..ec3aa99 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,7 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:kde-6.7 options: --privileged steps: + - uses: actions/checkout@v4 - name: "Set Version" shell: bash run: | @@ -30,7 +31,6 @@ jobs: C=$(echo $content | sed 's/\//\\\//g') sed "/<\/releases>/ s/.*/${C}\n&/" $file > $file.tmp mv $file.tmp $file - - uses: actions/checkout@v4 - uses: flatpak/flatpak-github-actions/flatpak-builder@master name: "Build" with: