Skip to content

Commit 63976dd

Browse files
authored
Minor tweaks tonsky#1501
2 parents a03fb50 + a696ca5 commit 63976dd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
container: tonsky/firacode:latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- if: startsWith(github.ref, 'refs/tags/')
1919
run: python3 ./script/update_version.py
2020
- run: ./script/build.sh
2121
- run: echo "hash=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
22-
- uses: actions/upload-artifact@v2
22+
- uses: actions/upload-artifact@v3
2323
with:
2424
name: Fira_Code_${{ env.hash }}
2525
path: distr

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ distr/*/
1313
*.glyphs
1414
!FiraCode.glyphs
1515

16+
.idea
17+
.fleet
18+
*.iml

0 commit comments

Comments
 (0)