From 0951a00e4831d5f66e13354b4b1fafeb2b62431b Mon Sep 17 00:00:00 2001 From: Lawrence37 <45837045+Lawrence37@users.noreply.github.com> Date: Tue, 23 Aug 2022 21:50:26 -0700 Subject: [PATCH] Increment AppImage tools cache key (#6558) --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 7f66f9c8c..4a853a5f6 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -89,7 +89,7 @@ jobs: id: appimage-tools-cache uses: actions/cache@v2 with: - key: appimage-tools + key: appimage-tools-1 path: | ./build/linuxdeploy-x86_64.AppImage ./build/linuxdeploy-plugin-gtk.sh