mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-07-07 07:44:47 +03:00
Compare commits
3 Commits
rename-pre
...
main-7ef43
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ef43418c9 | ||
|
|
8f32b7fe96 | ||
|
|
02ac0bf220 |
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