Renamed CI files
This commit is contained in:
parent
d2450698d2
commit
fb090fe5ee
2 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: AppImage.
|
||||
name: Linux Kotato.
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -11,7 +11,7 @@ on:
|
|||
- 'LEGAL'
|
||||
- 'LICENSE'
|
||||
- '.github/**'
|
||||
- '!.github/workflows/appimage.yml'
|
||||
- '!.github/workflows/linux-kotato.yml'
|
||||
- 'snap/**'
|
||||
- 'Telegram/build/**'
|
||||
- 'Telegram/Patches/**'
|
||||
|
|
@ -32,7 +32,7 @@ on:
|
|||
- 'LEGAL'
|
||||
- 'LICENSE'
|
||||
- '.github/**'
|
||||
- '!.github/workflows/appimage.yml'
|
||||
- '!.github/workflows/linux-kotato.yml'
|
||||
- 'snap/**'
|
||||
- 'Telegram/build/**'
|
||||
- 'Telegram/Patches/**'
|
||||
|
|
@ -138,7 +138,7 @@ jobs:
|
|||
gcc --version > CACHE_KEY.txt
|
||||
echo $MANUAL_CACHING >> CACHE_KEY.txt
|
||||
if [ "$AUTO_CACHING" == "1" ]; then
|
||||
thisFile=$REPO_NAME/.github/workflows/appimage.yml
|
||||
thisFile=$REPO_NAME/.github/workflows/linux-kotato.yml
|
||||
echo `md5sum $thisFile | cut -c -32` >> CACHE_KEY.txt
|
||||
fi
|
||||
md5cache=$(md5sum CACHE_KEY.txt | cut -c -32)
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
name: Packaged MacOS.
|
||||
name: MacOS Kotato.
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -10,7 +10,7 @@ on:
|
|||
- 'LEGAL'
|
||||
- 'LICENSE'
|
||||
- '.github/**'
|
||||
- '!.github/workflows/mac-packaged.yml'
|
||||
- '!.github/workflows/mac-kotato.yml'
|
||||
- 'lib/xdg/**'
|
||||
- 'snap/**'
|
||||
- 'Telegram/build/**'
|
||||
|
|
@ -29,7 +29,7 @@ on:
|
|||
- 'LEGAL'
|
||||
- 'LICENSE'
|
||||
- '.github/**'
|
||||
- '!.github/workflows/mac-packaged.yml'
|
||||
- '!.github/workflows/mac-kotato.yml'
|
||||
- 'lib/xdg/**'
|
||||
- 'snap/**'
|
||||
- 'Telegram/build/**'
|
||||
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
echo $MANUAL_CACHING >> CACHE_KEY.txt
|
||||
echo "$GITHUB_WORKSPACE" >> CACHE_KEY.txt
|
||||
if [ "$AUTO_CACHING" == "1" ]; then
|
||||
thisFile=$REPO_NAME/.github/workflows/mac-packaged.yml
|
||||
thisFile=$REPO_NAME/.github/workflows/mac-kotato.yml
|
||||
echo `md5 -q $thisFile` >> CACHE_KEY.txt
|
||||
fi
|
||||
echo "CACHE_KEY=`md5 -q CACHE_KEY.txt`" >> $GITHUB_ENV
|
||||
Loading…
Add table
Reference in a new issue