Update .gitea/workflows/build.yml
Some checks failed
Rust-build / build (push) Failing after 54s

This commit is contained in:
justine 2023-07-17 16:40:36 +02:00
parent d81399fb53
commit a6993465af

View File

@ -33,8 +33,10 @@ jobs:
- name: Build - name: Build
run: cargo build --release run: cargo build --release
- name: Configure cargo - name: Configure cargo creds
run: echo ${{ secrets.API_TOKEN_CONFIG }} >> ~/.cargo/credentials.toml run: echo ${{ secrets.API_TOKEN_CONFIG }} >> ~/.cargo/credentials.toml
- name: Configure cargo
run: echo ${{ secrets.CARGO_CONFIG }} >> ~/.cargo/config.toml run: echo ${{ secrets.CARGO_CONFIG }} >> ~/.cargo/config.toml
- name: Publish - name: Publish