Skip to content

Commit

Permalink
no backslashes in paths xd
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jun 19, 2024
1 parent a1a33e7 commit 5907aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion StagingArea/test/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
printfn "If you can read this in your console, you successfully executed test package v0.0.2!!"

0 comments on commit 5907aa4

Please sign in to comment.