From f7a8ac72f2f84eae7cd5bafb343e7ed610fae4d7 Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 26 Jan 2023 18:20:02 +0800 Subject: [PATCH 1/2] Bump GHA versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 126822b..f9e1583 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 From a696ca56b0cb65304cf75966fe0d1eb1d7a668d5 Mon Sep 17 00:00:00 2001 From: Goooler Date: Thu, 26 Jan 2023 18:20:34 +0800 Subject: [PATCH 2/2] Ignore IDEA files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ba78569..405f1c2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ distr/*/ *.glyphs !FiraCode.glyphs +.idea +.fleet +*.iml \ No newline at end of file