mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 19:45:09 +00:00
chore(ci): enable lfs support
This commit is contained in:
parent
ea23d41678
commit
33675f69d1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -45,6 +45,8 @@ jobs:
|
|||
runs-on: '${{ matrix.platform }}'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Rust setup (mac)
|
||||
if: 'startsWith(matrix.platform, ''macos'')'
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
@ -187,6 +189,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Get version from manifest
|
||||
id: get_version
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue