Skip to content

Commit f1e8edf

Browse files
committed
feat: upload assets
1 parent d08c53c commit f1e8edf

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636
with:
3737
name: binary
3838
path: target/release/pct
39+
- name: Release
40+
uses: softprops/action-gh-release@v1
41+
with:
42+
files: |
43+
target/release/pct

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cSpell.words": [
33
"pathdiff",
4+
"softprops",
45
"subcommand",
56
"subcommands"
67
]

0 commit comments

Comments
 (0)