2 Commits

Author SHA1 Message Date
80a3d91f76 Feat: update download matrix on cagire website
All checks were successful
Deploy Website / deploy (push) Has been skipped
2026-03-03 22:26:03 +01:00
f130c9b54a Feat: adjust workflows again
All checks were successful
Deploy Website / deploy (push) Has been skipped
2026-03-03 21:05:53 +01:00
9 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 45 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -30,7 +30,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -42,7 +42,7 @@ jobs:
include: ${{ fromJSON(inputs.matrix) }} include: ${{ fromJSON(inputs.matrix) }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 30 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -10,7 +10,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -24,7 +24,7 @@ jobs:
include: ${{ fromJSON(inputs.matrix) }} include: ${{ fromJSON(inputs.matrix) }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 30 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -10,7 +10,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 45 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -10,7 +10,7 @@ env:
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
timeout-minutes: 30 timeout-minutes: 60
defaults: defaults:
run: run:

View File

@@ -30,7 +30,7 @@ env:
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
timeout-minutes: 30 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -87,8 +87,8 @@ const DL = 'https://dlcagire.raphaelforment.fr';
<tr> <tr>
<td>Windows (x86_64)</td> <td>Windows (x86_64)</td>
<td><a href={`${DL}/cagire-windows-x86_64.zip`}>zip</a></td> <td><a href={`${DL}/cagire-windows-x86_64.zip`}>zip</a></td>
<td><a href={`${DL}/cagire-windows-x86_64-desktop.zip`}>zip</a> · <a href={`${DL}/cagire-msi.zip`}>.msi</a></td> <td><a href={`${DL}/cagire-desktop-windows-x86_64.zip`}>zip</a> · <s>.msi</s></td>
<td><s>CLAP</s> · <s>VST3</s></td> <td><a href={`${DL}/plugins-windows-x86_64-clap.zip`}>CLAP</a> · <a href={`${DL}/plugins-windows-x86_64-vst3.zip`}>VST3</a></td>
</tr> </tr>
</table> </table>
<p class="note">Source code and issue tracker on <a href="https://github.com/Bubobubobubobubo/cagire">GitHub</a>. You can also compile the software yourself from source!</p> <p class="note">Source code and issue tracker on <a href="https://github.com/Bubobubobubobubo/cagire">GitHub</a>. You can also compile the software yourself from source!</p>