Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Aug 31, 2023
1 parent b5a2eae commit 6584faa
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ on:
types: [published]

# Add the LICENSE file to the release files
- name: Add LICENSE
uses: actions/upload-artifact@v2
with:
name: LICENSE
path: LICENSE
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v2
- name: Add LICENSE
uses: actions/upload-artifact@v2
with:
name: LICENSE
path: LICENSE

0 comments on commit 6584faa

Please sign in to comment.