diff --git a/.github/workflows/bflat-cicd.yml b/.github/workflows/bflat-cicd.yml index c4bb2ff7b5a..b9e7141157f 100644 --- a/.github/workflows/bflat-cicd.yml +++ b/.github/workflows/bflat-cicd.yml @@ -59,7 +59,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: nuget - path: bflat/pack/bin/Debug/BFlat.Compiler.${{ github.event.inputs.version }}.nupkg + path: bflat/pack/bin/Release/BFlat.Compiler.${{ github.event.inputs.version }}.nupkg - name: ZIP native compiler (Linux) run: |