mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update GoReleaser to v6.1.0 and increment version in configuration
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
||||
|
||||
version: 1
|
||||
version: 2
|
||||
|
||||
before:
|
||||
hooks:
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
# sudo apt update
|
||||
# sudo apt install -y msitools
|
||||
# sudo apt-get install wixl
|
||||
|
||||
|
||||
# Exit script on any error
|
||||
@@ -31,7 +32,7 @@ mkdir -p "$OUTPUT_DIR"
|
||||
|
||||
# Check if wixl is installed
|
||||
if ! command -v wixl &> /dev/null; then
|
||||
echo "Error: wixl is not installed. Please install it using 'sudo apt install -y msitools'."
|
||||
echo "Error: wixl is not installed. Please install it using 'sudo apt install -y msitools wixl'."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user