Skip to content

Commit 5f36611

Browse files
committed
ci: update
1 parent 2984376 commit 5f36611

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/reuse_launchpad.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
newVersion=$(git tag --sort=version:refname | tail -n1 | tr -d 'v' | tr -d '\n')
1818
wget https://github.com/Figma-Linux/figma-linux/releases/download/v${newVersion}/figma-linux_${newVersion}_linux_amd64.zip
1919
mkdir -p build/installers/linux-unpacked
20+
echo "$newVersion" > build/installers/version
2021
unzip figma-linux_${newVersion}_linux_amd64.zip -d ./build/installers/linux-unpacked/
2122
cd ..
2223
mv ./repo/* ./

0 commit comments

Comments
 (0)