Update release.yml

This commit is contained in:
AMIAY
2026-01-20 09:49:11 +01:00
committed by GitHub
parent cece338609
commit f2a05d2079

View File

@@ -78,15 +78,16 @@ jobs:
run: ls -R artifacts run: ls -R artifacts
- name: Create Release - name: Create Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
tag_name: ${{ github.ref_type == 'tag' && github.ref_name || format('manual-{0}', github.sha) }} tag_name: ${{ github.ref_type == 'tag' && github.ref_name || format('manual-{0}', github.sha) }}
name: ${{ github.ref_type == 'tag' && github.ref_name || format('Manual build {0}', github.sha) }} name: ${{ github.ref_type == 'tag' && github.ref_name || format('Manual build {0}', github.sha) }}
files: | files: |
artifacts/linux-builds/**/* artifacts/linux-builds/**/*
artifacts/windows-builds/**/* artifacts/windows-builds/**/*
artifacts/macos-builds/**/* artifacts/macos-builds/**/*
generate_release_notes: true generate_release_notes: true
draft: false draft: false
prerelease: false prerelease: false