Skip to content

Commit

Permalink
try to create a release exe with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajbaer committed Feb 26, 2024
1 parent f11aecc commit 969d81d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:

name: Create bulk-optimize Windows tool
runs-on: ubuntu-latest

steps:
Expand All @@ -23,4 +23,11 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: mealscount-bulk-optimize.exe
path: dist/
path: dist/

- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'mealscount-bulk-optimize.exe'

0 comments on commit 969d81d

Please sign in to comment.