mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-07-16 12:56:18 +03:00
fix output name
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -175,6 +175,7 @@ jobs:
|
|||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
- name: Get short SHA
|
- name: Get short SHA
|
||||||
|
id: vars
|
||||||
run: echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
|
run: echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
|
||||||
- name: Create Pre-Release
|
- name: Create Pre-Release
|
||||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user