Fix workflow

This commit is contained in:
Zachary Hall 2023-07-18 19:03:46 -07:00
parent ea81f6757c
commit d5e7321859

View file

@ -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