From b6e737e381e839757c76cbd149986bf8579ddd9e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:23:25 -0500 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0cb47ba1..cc1a5b6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,7 +69,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set XDG_RUNTIME_DIR - run: echo "XDG_RUNTIME_DIR=$HOME/.xdg-runtime" >> $GITHUB_ENV + run: mkdir ~/.xdg-runtime && echo "XDG_RUNTIME_DIR=$HOME/.xdg-runtime" >> $GITHUB_ENV - name: Push Image run: nix run ".#publish-container-release" env: