diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 94fac91..23215a4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -41,12 +41,10 @@ jobs: run: | touch src-tauri/src/config.rs echo 'pub(crate) static ENC_KEY: &str = "${{secrets.HASH_KEY}}";' > src-tauri/src/config.rs - ls -l src-tauri/src - name: Check files (Windows) if: matrix.platform == 'windows-latest' run: | New-Item -Path src-tauri/src -name "config.rs" -Value 'pub(crate) static ENC_KEY: &str = "${{secrets.HASH_KEY}}";' - dir src-tauri/src - name: Install Rust stable uses: dtolnay/rust-toolchain@stable diff --git a/src/components/modals/CreateModal.vue b/src/components/modals/CreateModal.vue index 8990dbd..5626cc4 100644 --- a/src/components/modals/CreateModal.vue +++ b/src/components/modals/CreateModal.vue @@ -54,7 +54,7 @@ async function create_task(){
- +
@@ -71,7 +71,7 @@ async function create_task(){
- +