Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/tuyanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 13:16:10 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 13:16:10 +0300
commit09eb935602acda7c2f332b155c6193103e65bc72 (patch)
treee96679c904b0a834d76bac9c26c2dd9f20d1eca7
parentee74dc9b6a2724561cc768341c51bba2f6d57312 (diff)
Pipeline fix
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 61ef145..1297a43 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
- name: Build
run: dotnet build -c Release
- name: Pack
- run: dotnet pack -o ${{ env.OUTPUT_DIR }}
+ run: dotnet pack -c Release -o ${{ env.OUTPUT_DIR }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with: