mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-06-11 19:04:49 +03:00
Compare commits
4 Commits
move-featu
...
main-7ef43
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ef43418c9 | ||
|
|
8f32b7fe96 | ||
|
|
02ac0bf220 | ||
|
|
1b53e58ba9 |
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -174,13 +174,16 @@ jobs:
|
||||
steps:
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
- name: Get short SHA
|
||||
id: vars
|
||||
run: echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
|
||||
- name: Create Pre-Release
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: ${{ github.event.inputs.name || github.ref_name }}
|
||||
name: ${{ github.event.inputs.name || github.ref_name }}
|
||||
tag_name: ${{ format('{0}-{1}', github.event.inputs.name || github.ref_name, steps.vars.outputs.short_sha) }}
|
||||
name: ${{ format('{0}-{1}', github.event.inputs.name || github.ref_name, steps.vars.outputs.short_sha) }}
|
||||
prerelease: true
|
||||
generate_release_notes: true
|
||||
files: |
|
||||
|
||||
Reference in New Issue
Block a user