Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/pub-circle-int-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare, set distro versions
id: prepare
run: |
echo "TODO: Prepare and set distro versions"
VERSION="${{ needs.configure.outputs.version }}~${{ matrix.ubuntu_code }}"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

${{ matrix.ubuntu_code }} needs #15380 to be landed first.

changes_file="circle-interpreter_${VERSION}_source.changes"
tarball_file="circle-interpreter_${VERSION}.orig.tar.xz"
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
echo "changes_file=${changes_file}" >> $GITHUB_OUTPUT
echo "tarball_file=${tarball_file}" >> $GITHUB_OUTPUT

- name: Build without test
run: |
Expand Down