Skip to content

Commit 38b2509

Browse files
added back dash in ubuntu name
1 parent d326cd9 commit 38b2509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
3838
# Get the ubuntu version
3939
os_version=$(lsb_release -r | awk '{print $2}')
40-
echo "os_name=ubuntu${os_version}" >> "$GITHUB_ENV"
40+
echo "os_name=ubuntu-${os_version}" >> "$GITHUB_ENV"
4141
42-
# Get cpu architecture
42+
# Get cpu architecture for the package name (therefore the dpkg architecture, which differs from the arch architecture)
4343
echo "cpu_architecture=$(dpkg --print-architecture)" >> "$GITHUB_ENV"
4444
4545
- name: Checkout

0 commit comments

Comments
 (0)