Skip to content

Commit

Permalink
fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Feb 25, 2024
1 parent dbd8450 commit fb24d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shipper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ param(
[switch]$clean
)

set-location $psscriptroot
set-location $psscriptroot/../..

if(-not(test-path ./slc-out/)){
mkdir ./slc-out/
Expand Down

2 comments on commit fb24d9e

@Z1xus
Copy link

@Z1xus Z1xus commented on fb24d9e Feb 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the cut that doesnt suck

@couleurm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cutting that sucks less*

Please sign in to comment.