Skip to content

Commit

Permalink
create release after build
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliankraft committed Jun 12, 2023
1 parent 9369f4f commit bad9abb
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/publishexe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ jobs:
with:
path: src

- uses: actions/upload-artifact@v2
- name: Release with Notes
uses: softprops/action-gh-release@v1
with:
name: energy-usage-${{ github.ref_name }}
path: src/dist/windows

#- name: Release with Notes
# uses: softprops/action-gh-release@v1
# with:
# files: src/dist/windows/*
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
files: src/dist/windows/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bad9abb

Please sign in to comment.