Skip to content

Commit 969d81d

Browse files
committed
try to create a release exe with github actions
1 parent f11aecc commit 969d81d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
11+
name: Create bulk-optimize Windows tool
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -23,4 +23,11 @@ jobs:
2323
- uses: actions/upload-artifact@v2
2424
with:
2525
name: mealscount-bulk-optimize.exe
26-
path: dist/
26+
path: dist/
27+
28+
- name: Upload the artifacts
29+
uses: skx/github-action-publish-binaries@master
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
with:
33+
args: 'mealscount-bulk-optimize.exe'

0 commit comments

Comments
 (0)