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
4 changes: 4 additions & 0 deletions .github/workflows/build-release-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ jobs:
if: ${{ inputs.publish && !inputs.smoke }}
run: |
set -euo pipefail
if ! command -v 7z >/dev/null 2>&1; then
sudo apt-get update
sudo apt-get install -y --no-install-recommends p7zip-full
fi
cd ${{ runner.temp }}/publish
7z a -t7z ${{ runner.temp }}/LanguageTags.7z ./*

Expand Down