Skip to content

Commit e8678fd

Browse files
committed
Test
1 parent 7d49b6e commit e8678fd

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ permissions:
55

66
on:
77
push:
8-
tags:
9-
- "*.*.*"
8+
branches: [ "main" ]
9+
pull_request:
10+
branches: [ "main" ]
1011

1112
jobs:
1213
publish:
@@ -45,11 +46,13 @@ jobs:
4546
with:
4647
command: build
4748
args: --release --target ${{ matrix.target }}
49+
- name: List
50+
run: find -name debug-tui
4851

4952
- name: Rename
5053
run: mv ${{ matrix.artifact_name }} ${{ matrix.asset_name }}
5154

52-
- name: Release
53-
uses: softprops/action-gh-release@v1
54-
with:
55-
files: ${{ matrix.asset_name }}
55+
# - name: Release
56+
# uses: softprops/action-gh-release@v1
57+
# with:
58+
# files: ${{ matrix.asset_name }}

0 commit comments

Comments
 (0)