diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dad5b8e..a38a024 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -36,7 +36,10 @@ jobs: with: lfs: true token: ${{secrets.RELEASE_TOKEN}} - - name: install Rust stable + run: | + touch src-tauri/.env + ${{secrets.HASH_KEY}} > src-tauri/.env + - name: Install Rust stable uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}