From 07f81bcb66e0be28a96ee1b4ac166ddb40a575e0 Mon Sep 17 00:00:00 2001 From: KasukabeDefenceForce Date: Mon, 6 Jan 2025 15:21:17 +0530 Subject: [PATCH] Add env files --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d26693929..77ca4f3de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,10 +135,10 @@ jobs: ${{ env.CHANGELOG }} A complete list of changes for this release is available at [CHANGELOG.md](https://github.com/tardis-sn/carsus/blob/master/CHANGELOG.md). - # files: | - # conda-osx-arm64.lock - # conda-linux-64.lock - # conda-osx-64.lock - # conda-lock.yml - # fail_on_unmatched_files: false + files: | + conda-osx-arm64.lock + conda-linux-64.lock + conda-osx-64.lock + conda-lock.yml + fail_on_unmatched_files: false draft: false \ No newline at end of file