Skip to content

Commit

Permalink
fix: remove nested folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MakiseKurisu committed Jul 23, 2024
1 parent 6f4d627 commit 3279859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
nix build ".#$i"
mkdir -p "out/$i"
output=$(readlink -f result)
cp -vr --dereference "$output" "out/$i"
cp -vr --dereference "$output/." "out/$i"
done
- name: Upload archive to Artifacts
Expand Down

0 comments on commit 3279859

Please sign in to comment.