Skip to content

Commit 11d0b65

Browse files
committed
[ATfL] Updated flows for Ubuntu packaging
Move the flows for Ubuntu packaging to a dedicated script. This cleans up the GitHub Action to make it easier to add support for other operating systems in the future. This patch uploads the tarball and the .deb package separately, allowing them to be downloaded independently from the GitHub Action. Minor fix: rename the tarball to match the .deb file.
1 parent f4e85d9 commit 11d0b65

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/atfl_nightly_build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
build-and-test-toolchain:
2424
name: Build ${{ matrix.build_script }} for ${{ matrix.target_os }} on ${{ matrix.runner }}
2525
runs-on: ${{ matrix.runner }}
26+
env:
27+
ATFL_VERSION: "0.0"
2628

2729
# Allow manual runs on Fork for testing, and
2830
# scheduled runs only on arm/arm-toolchain

0 commit comments

Comments
 (0)