Skip to content

Commit

Permalink
Merge pull request #17 from CptOfEvilMinions/initial-cicd
Browse files Browse the repository at this point in the history
Upadate - 14
  • Loading branch information
CptOfEvilMinions authored Dec 28, 2021
2 parents 9daaa68 + b4f1229 commit 02000c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tagged-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
create_release:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Create Release
uses: actions/create-release@v1
id: create_release
Expand All @@ -50,4 +52,4 @@ jobs:
- name: Add build artifacts to release
uses: softprops/action-gh-release@v1
with:
files: '/bin/osctrl-*.bin'
files: './bin/osctrl-*.bin'

0 comments on commit 02000c5

Please sign in to comment.