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

This commit is contained in:
2024-06-20 10:49:41 +07:00
parent eb2badf14d
commit 8f4e86e712
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Check repository
uses: SpicyPizza/create-envfile@v2.0
with:
envkey_ENC_KEY: {{secrets.HASH_KEY}}
envkey_ENC_KEY: ${{secrets.HASH_KEY}}
directory: src-tauri
file_name: .env
- name: Install Rust stable