From eae9067c5c52f11a991234f1d351108a3bb9a631 Mon Sep 17 00:00:00 2001 From: merlinfuchs Date: Wed, 15 Jun 2022 15:17:22 +0200 Subject: [PATCH] fix: release action --- .github/workflows/release.yml | 1 + backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d93842c0b..6e5f7ffaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,3 +30,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RUSTTARGET: ${{ matrix.target }} ARCHIVE_TYPES: ${{ matrix.archive }} + SRC_DIR: backend diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 4229fd03d..cf9570eae 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -693,7 +693,7 @@ checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0" [[package]] name = "embed-generator" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix-cors", "actix-web", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index cacd42ff9..5d7d512d2 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embed-generator" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies]