Skip to content

Commit

Permalink
Updated Readme for initial release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sabuto committed Jul 14, 2021
1 parent 1efb884 commit 4e6400e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/push.yaml
Expand Up @@ -54,9 +54,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: native-executeables
path: |
build
config.yaml
path: build

release:
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -69,18 +67,18 @@ jobs:
uses: actions/download-artifact@v2
with:
name: native-executeables
# - name: Create Release Notes
# id: release_notes
# uses: mikepenz/release-changelog-builder-action@v1
# env:
# GITHUB_TOKEN: ${{ secrets.TOKEN }}
# - name: Get release notes
# run: echo ${{steps.release_notes.outputs.changelog}}
# - name: Create Release Notes
# id: release_notes
# uses: mikepenz/release-changelog-builder-action@v1
# env:
# GITHUB_TOKEN: ${{ secrets.TOKEN }}
# - name: Get release notes
# run: echo ${{steps.release_notes.outputs.changelog}}
- name: Create Release
uses: softprops/action-gh-release@v1
with:
draft: true
# body: ${{steps.release_notes.outputs.changelog}}
# body: ${{steps.release_notes.outputs.changelog}}
files: |
/home/runner/work/obs_command-dart/obs_command-dart/obs_command-linux
/home/runner/work/obs_command-dart/obs_command-dart/obs_command-mac
Expand Down

0 comments on commit 4e6400e

Please sign in to comment.