Skip to content

Commit

Permalink
Add gitignore and script to download latest nightly build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Bezerra committed Dec 5, 2024
1 parent bfdcae3 commit 2247085
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.hex
*.zip
*~
*.bak
*.swp
*.msi
*.dmg
*.rpm
*.deb
4 changes: 4 additions & 0 deletions download-release-files.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
NIGHTLY_BUILD=`gh release list -L1 --json tagName | grep tagName | cut -d: -f2 | cut -d\" -f2`
gh release download $NIGHTLY_BUILD

0 comments on commit 2247085

Please sign in to comment.