We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a03fb50 + a696ca5 commit 63976ddCopy full SHA for 63976dd
.github/workflows/build.yml
@@ -14,12 +14,12 @@ jobs:
14
runs-on: ubuntu-latest
15
container: tonsky/firacode:latest
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- if: startsWith(github.ref, 'refs/tags/')
19
run: python3 ./script/update_version.py
20
- run: ./script/build.sh
21
- run: echo "hash=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
22
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
23
with:
24
name: Fira_Code_${{ env.hash }}
25
path: distr
.gitignore
@@ -13,3 +13,6 @@ distr/*/
13
*.glyphs
!FiraCode.glyphs
+.idea
+.fleet
+*.iml
0 commit comments