Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 17, 2023
1 parent 2984376 commit 5f36611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reuse_launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
newVersion=$(git tag --sort=version:refname | tail -n1 | tr -d 'v' | tr -d '\n')
wget https://github.com/Figma-Linux/figma-linux/releases/download/v${newVersion}/figma-linux_${newVersion}_linux_amd64.zip
mkdir -p build/installers/linux-unpacked
echo "$newVersion" > build/installers/version
unzip figma-linux_${newVersion}_linux_amd64.zip -d ./build/installers/linux-unpacked/
cd ..
mv ./repo/* ./
Expand Down

0 comments on commit 5f36611

Please sign in to comment.