Skip to content

Commit

Permalink
fix deploy ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Helberg committed Sep 21, 2024
1 parent 65e3555 commit fb02f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ jobs:
command: build

- release_for: Linux-x86_64
os: ubuntu-20.04
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
bin: middleman
name: middleman-linux-x86_64.tar.gz
command: build

- release_for: Linux-aarch64
os: ubuntu-20.04
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
bin: middleman
name: middleman-linux-aarch64.tar.gz
Expand Down

0 comments on commit fb02f96

Please sign in to comment.