]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
action: Fix symlink creation
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 29 Nov 2024 12:18:28 +0000 (13:18 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 29 Nov 2024 12:19:18 +0000 (13:19 +0100)
action.yaml

index b2afc1a708aeddb4a2ddd118141fdfda174fcd03..df7ae67f819f3d151a0c2371db92a37fbf2c2dd6 100644 (file)
@@ -62,7 +62,7 @@ runs:
         sudo ln -svf ${{ github.action_path }}/bin/mkosi /usr/bin/mkosi
         # Make sure that mkosi is still found inside "mkosi sandbox" where /usr is potentially replaced with
         # a tools tree's /usr.
-        mkdir -p $HOME/.local/bin/mkosi
+        mkdir -p $HOME/.local/bin
         ln -svf ${{ github.action_path }}/bin/mkosi $HOME/.local/bin/mkosi
 
     - name: Dependencies