From 5907aa44b59fe4c4bba6a3650920197b71017725 Mon Sep 17 00:00:00 2001 From: Kevin Schneider Date: Wed, 19 Jun 2024 15:14:19 +0200 Subject: [PATCH] no backslashes in paths xd --- .github/workflows/pipeline.yml | 4 ++-- StagingArea/test/test@0.0.2.fsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 44f3846..0d31b24 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -228,7 +228,7 @@ jobs: - name: Run pre-publish checks id: ppc run: | - dotnet run --project .\src\AVPRCI\AVPRCI.fsproj -- --verbose check + dotnet run --project ./src/AVPRCI/AVPRCI.fsproj -- --verbose check - name: set-output id: set-output run: | @@ -253,7 +253,7 @@ jobs: with: dotnet-version: 8.x.x - name: re-generate preview index - run: dotnet run --project .\src\AVPRCI\AVPRCI.fsproj -- --verbose gen-index + run: dotnet run --project ./src/AVPRCI/AVPRCI.fsproj -- --verbose gen-index - name: publish preview index uses: "marvinpinto/action-automatic-releases@latest" with: diff --git a/StagingArea/test/test@0.0.2.fsx b/StagingArea/test/test@0.0.2.fsx index 6cf067c..a56f1b5 100644 --- a/StagingArea/test/test@0.0.2.fsx +++ b/StagingArea/test/test@0.0.2.fsx @@ -11,4 +11,4 @@ Publish: false *) // this file is intended for testing purposes only. -printfn "If you can read this in your console, you successfully executed test package v0.0.2!" \ No newline at end of file +printfn "If you can read this in your console, you successfully executed test package v0.0.2!!" \ No newline at end of file