Minor tweaks #1501

This commit is contained in:
Nikita Prokopov 2023-01-26 13:23:39 -08:00 committed by GitHub
commit 63976dd129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
container: tonsky/firacode:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- if: startsWith(github.ref, 'refs/tags/')
run: python3 ./script/update_version.py
- run: ./script/build.sh
- run: echo "hash=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Fira_Code_${{ env.hash }}
path: distr

3
.gitignore vendored
View File

@ -13,3 +13,6 @@ distr/*/
*.glyphs
!FiraCode.glyphs
.idea
.fleet
*.iml