mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-05 22:01:13 +08:00
Fix release workflow
This commit is contained in:
parent
f4513702b0
commit
799d8a267e
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@ -105,8 +105,12 @@ jobs:
|
||||
with:
|
||||
subject-path: source.tar.gz
|
||||
|
||||
- name: Rename source attestation
|
||||
run: mv ${{ steps.attest_source.outputs.bundle-path }} source.tar.gz.intoto.jsonl
|
||||
|
||||
- name: "Upload source attestation"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: shogo82148/actions-upload-release-asset@v1
|
||||
with:
|
||||
name: source.tar.gz.intoto.jsonl
|
||||
path: ${{ steps.attest_source.outputs.bundle-path }}
|
||||
upload_url: ${{ needs.release.outputs.upload_url }}
|
||||
asset_path: source.tar.gz.intoto.jsonl
|
||||
overwrite: true
|
||||
|
@ -4,7 +4,7 @@ Changelog
|
||||
Future release
|
||||
------------
|
||||
|
||||
6.1.6 (2025-05-01)
|
||||
6.1.7 (2025-05-01)
|
||||
------------------
|
||||
|
||||
### Build
|
||||
@ -15,7 +15,7 @@ Future release
|
||||
|
||||
**MODULE.bazel**
|
||||
```bazel
|
||||
bazel_dep(name = "ftxui", version = "6.1.6")
|
||||
bazel_dep(name = "ftxui", version = "6.1.7")
|
||||
```
|
||||
|
||||
**BUILD.bazel**
|
||||
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
project(ftxui
|
||||
LANGUAGES CXX
|
||||
VERSION 6.1.6
|
||||
VERSION 6.1.7
|
||||
DESCRIPTION "C++ Functional Terminal User Interface."
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# the LICENSE file.
|
||||
|
||||
# FTXUI Module.
|
||||
module(name = "ftxui", version = "6.1.6")
|
||||
module(name = "ftxui", version = "6.1.7")
|
||||
|
||||
# Build deps.
|
||||
bazel_dep(name = "rules_cc", version = "0.1.1")
|
||||
|
Loading…
Reference in New Issue
Block a user