Skip to content

Commit f2bb4c0

Browse files
committed
allow manually running release action with artifacts
1 parent 42653ac commit f2bb4c0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- "main"
66
tags:
77
- "v*"
8+
workflow_dispatch:
9+
810
env:
911
CRATE_NAME: coman
1012
GITHUB_TOKEN: ${{ github.token }}
@@ -91,6 +93,9 @@ jobs:
9193
mksquashfs ${{ matrix.platform.bin }} ../../../coman_${{matrix.platform.os_name}}.sqsh
9294
fi
9395
cd -
96+
- uses: actions/upload-artifact@v4
97+
with:
98+
path: "coman*"
9499
- name: Publish GitHub release
95100
uses: softprops/action-gh-release@v1
96101
with:

0 commit comments

Comments
 (0)