diff --git a/.gitea/workflows/build-release.yaml b/.gitea/workflows/build-release.yaml index a5a8b29..9a8c52c 100644 --- a/.gitea/workflows/build-release.yaml +++ b/.gitea/workflows/build-release.yaml @@ -95,7 +95,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Build dioxus project - run: /usr/local/bin/dx build --platform android --release -p mumble-web2-gui + run: dx build --platform android --release -p mumble-web2-gui - name: Upload mumble-web2-gui Android Artifact uses: https://gitea.com/actions/gitea-upload-artifact@v4