Skip to content

Commit e9ae58b

Browse files
committed
[skip ci] Skip downloading the nightly build if it is skipped
This is a change that was already committed (1), but it was accidentally removed in another commit (2), so I’m committing it again. 1: 7b51cb5 2: 22ecfe3
1 parent aec1403 commit e9ae58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/other/get_nightlies_from_github_actions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ rm -v /nightlies/latest/*.msi
6161
rm -v /nightlies/latest/*.zip
6262

6363
DATE=$(date +%Y%m%d)
64-
ln -sv /nightlies/appimage/DB.Browser.for.SQLCipher-$DATE.AppImage /nightlies/latest/DB.Browser.for.SQLCipher.AppImage
65-
ln -sv /nightlies/appimage/DB.Browser.for.SQLite-$DATE.AppImage /nightlies/latest/DB.Browser.for.SQLite.AppImage
64+
ln -sv /nightlies/appimage/DB.Browser.for.SQLCipher-$(echo $DATE)-x86.64.AppImage /nightlies/latest/DB.Browser.for.SQLCipher.AppImage
65+
ln -sv /nightlies/appimage/DB.Browser.for.SQLite-$(echo $DATE)-x86.64.AppImage /nightlies/latest/DB.Browser.for.SQLite.AppImage
6666
ln -sv /nightlies/macos-universal/DB.Browser.for.SQLCipher-universal_$DATE.dmg /nightlies/latest/DB.Browser.for.SQLCipher-universal.dmg
6767
ln -sv /nightlies/macos-universal/DB.Browser.for.SQLite-universal_$DATE.dmg /nightlies/latest/DB.Browser.for.SQLite-universal.dmg
6868
DATE=$(date +%Y-%m-%d)

0 commit comments

Comments
 (0)