From b7cd95454a7ab27c1385e6d8ac4067ea5a2ae7f2 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 1 Sep 2024 09:38:42 -0400 Subject: [PATCH] custom: update Signed-off-by: AuxXxilium --- .github/workflows/custom.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/custom.yml b/.github/workflows/custom.yml index 2c10eaf1..d3108f77 100644 --- a/.github/workflows/custom.yml +++ b/.github/workflows/custom.yml @@ -142,7 +142,7 @@ jobs: DSM_FILE="${PAT_HASH}.tar" DSM_URL="https://raw.githubusercontent.com/AuxXxilium/arc-dsm/main/files/${MODEL/+/%2B}/${PRODUCTVER:0:3}/${PAT_HASH}.tar" sudo curl -skL "${DSM_URL}" -o "/tmp/${DSM_FILE}" - [ -f "/tmp/${DSM_FILE}" ] && echo "dsm: download successful" || echo "dsm: file not found" && exit 1 + [ -f "/tmp/${DSM_FILE}" ] && echo "dsm: download successful" || exit 1 sudo mkdir -p "/tmp/p3/users" sudo mv -f "/tmp/${DSM_FILE}" "/tmp/p3/users/${DSM_FILE}" echo "Syncing files" @@ -264,6 +264,7 @@ jobs: ---- - name: Close Issues + if: success() uses: actions-cool/issues-helper@v3 with: actions: 'close-issue'