Skip to content

Commit

Permalink
This is really not funny [rebuild] [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 22, 2022
1 parent 22ea273 commit e6bb8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e;

os=$1;
case $os in
ubuntu-18.04)
ubuntu-22.04)
output="abst_linux";
suffix="";
ext="sh";
Expand Down Expand Up @@ -48,7 +48,7 @@ cp -Rv data/system $output/data/system
cp data/MANIFEST.json $output/data

case $os in
ubuntu-18.04)
ubuntu-22.04)
# TODO Github will double-zip this, but if we just pass the directory, then the
# chmod +x bits get lost
zip -r $output $output
Expand Down

0 comments on commit e6bb8fc

Please sign in to comment.