Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Nikita Prokopov 63976dd129
Minor tweaks #1501 2023-01-26 13:23:39 -08:00
Goooler a696ca56b0 Ignore IDEA files 2023-01-26 18:20:34 +08:00
Goooler f7a8ac72f2 Bump GHA versions 2023-01-26 18:20:02 +08:00
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -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
Wyświetl plik

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