mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +00:00
Enable temporary artifacts generation on push
This commit is contained in:
parent
23233dc8e2
commit
93997df6a7
10
.github/workflows/artifacts.yml
vendored
10
.github/workflows/artifacts.yml
vendored
@ -2,8 +2,8 @@ name: Artifacts
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
# tags:
|
||||
# - "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -46,14 +46,14 @@ jobs:
|
||||
toolchain: 1.85.0
|
||||
|
||||
- name: Record submodule commit
|
||||
run: git -C vendor/logos-storage-nim rev-parse HEAD > vendor/logos-storage-nim/.storage-commit
|
||||
run: git -C . rev-parse HEAD > .storage-commit
|
||||
|
||||
- name: Cache libstorage build
|
||||
id: cache-libstorage
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: vendor/logos-storage-nim/build
|
||||
key: ${{ runner.os }}-${{ matrix.target.cpu }}-libstorage-${{ hashFiles('vendor/logos-storage-nim/.storage-commit') }}
|
||||
path: ./build
|
||||
key: ${{ runner.os }}-libstorage-${{ hashFiles('.storage-commit') }}
|
||||
|
||||
- name: MSYS2 (Windows amd64)
|
||||
if: matrix.target.os == 'windows-latest' && matrix.target.cpu == 'amd64'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user