We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2984376 commit 5f36611Copy full SHA for 5f36611
1 file changed
.github/workflows/reuse_launchpad.yml
@@ -17,6 +17,7 @@ jobs:
17
newVersion=$(git tag --sort=version:refname | tail -n1 | tr -d 'v' | tr -d '\n')
18
wget https://github.com/Figma-Linux/figma-linux/releases/download/v${newVersion}/figma-linux_${newVersion}_linux_amd64.zip
19
mkdir -p build/installers/linux-unpacked
20
+ echo "$newVersion" > build/installers/version
21
unzip figma-linux_${newVersion}_linux_amd64.zip -d ./build/installers/linux-unpacked/
22
cd ..
23
mv ./repo/* ./
0 commit comments