diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 99d2ee2..517195c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -36,9 +36,10 @@ jobs: with: lfs: true token: ${{secrets.RELEASE_TOKEN}} + - name: Get files + run: ls -l - name: Check repository run: | - ls -l src-tauri touch src-tauri/.env echo ${{ format('ENC_KEY={0}'secrets.HASH_KEY)}} > src-tauri/.env - name: Install Rust stable