mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
try fixing CI
This commit is contained in:
parent
4703a4c947
commit
0d074e19f1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tagged-release.yml
vendored
4
.github/workflows/tagged-release.yml
vendored
|
|
@ -3,7 +3,7 @@ name: "Tagged Release"
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- v**
|
||||
|
||||
jobs:
|
||||
linux-release-build:
|
||||
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
steps:
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
- name: "Create Release"
|
||||
- name: Create Release
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue