Исправление ошибки компиляции

This commit is contained in:
2024-06-20 10:42:22 +07:00
parent ab4ba75fcb
commit 9b200587c8
+2 -1
View File
@@ -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