From d5e7321859fbf5d6b5c6e8003a09ebb3d5ee7ce3 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Tue, 18 Jul 2023 19:03:46 -0700 Subject: [PATCH] Fix workflow --- .gitea/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index a36f51e..ea7a28c 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -21,7 +21,7 @@ jobs: - name: Install Rust toolchain run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal - name: Upload to flatpak repo - run: export REPO_TOKEN=$(echo -n "$FLATPAK_TOKEN" | cargo run --bin gentoken -- --base64 --secret-file - --name nightly-token) && ./flat-manager-client push --commit $(./flat-manager-client create https://flatpak.complecwaft.com nightly) ./flatpak-repo/ + run: source $HOME/.cargo/env && export REPO_TOKEN=$(echo -n "$FLATPAK_TOKEN" | cargo run --bin gentoken -- --base64 --secret-file - --name nightly-token) && ./flat-manager-client push --commit $(./flat-manager-client create https://flatpak.complecwaft.com nightly) ./flatpak-repo/ #- uses: actions/upload-artifact@v3 # with: # name: build