Compare commits
2 Commits
9ff8088ce5
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| b0e6d09301 | |||
| e3095ecf10 |
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@ -81,4 +81,19 @@ jobs:
|
||||
- name: Télécharger les artefacts Windows
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: w
|
||||
name: windows-build
|
||||
path: artifacts/windows
|
||||
|
||||
- name: Télécharger les artefacts Linux
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: linux-build
|
||||
path: artifacts/linux
|
||||
|
||||
- name: Créer la release GitHub
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: |
|
||||
artifacts/windows/**
|
||||
artifacts/linux/**
|
||||
generate_release_notes: true
|
||||
|
||||
@ -1 +1,2 @@
|
||||
import { vi } from 'vitest';
|
||||
export const invoke = vi.fn().mockResolvedValue(null);
|
||||
|
||||
Reference in New Issue
Block a user