From 3eb2cca286531436086a21b5bdf41a3a978d57ab Mon Sep 17 00:00:00 2001 From: iTrooz_ Date: Fri, 2 Sep 2022 16:11:19 +0200 Subject: [PATCH] build: Add text to the PORTABLE file (#718) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d098122c4..12dea6792 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: .. mingw32-make -j4 install cpack - touch $PWD/install/PORTABLE + echo "ImHex checks for the existence of this file to determine if it is running in portable mode. You should not delete this file" > $PWD/install/PORTABLE - name: ⬆️ Upload Portable ZIP uses: actions/upload-artifact@v3