summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-23 12:44:15 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-23 12:44:15 +0200
commitd829155279199097ceb8810d27eeaaf52c1ee8a6 (patch)
tree55bce64c5c93e0bd7bb76cb278a8999adbaa31e5
parentfix(ci): incorrect binary name (diff)
downloadiced-builder-d829155279199097ceb8810d27eeaaf52c1ee8a6.tar.gz
fix(ci): wrong dirname
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index b798870..0af8944 100644
--- a/.build.yml
+++ b/.build.yml
@@ -28,7 +28,7 @@ tasks:
cd iced-builder
cargo test --verbose --workspace
- environment: |
- cd hare
+ cd iced-builder
if [ "$BUILD_SUBMITTER" = "git.sr.ht" ]
then
if [ "$GIT_REF" != "refs/heads/master" ]