We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11aecc commit 969d81dCopy full SHA for 969d81d
.github/workflows/main.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
-
+ name: Create bulk-optimize Windows tool
12
runs-on: ubuntu-latest
13
14
steps:
@@ -23,4 +23,11 @@ jobs:
23
- uses: actions/upload-artifact@v2
24
with:
25
name: mealscount-bulk-optimize.exe
26
- path: dist/
+ 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