Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonym128 authored Dec 5, 2023
1 parent 1f4c6ed commit eff76b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/download-artifact@v3
id: download
with:
name: 'ArduRacerFx'
- name: 'Echo download path'
run: echo ${{steps.download.outputs.download-path}}
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ArduRacerFx
files: ${{steps.download.outputs.download-path}}

0 comments on commit eff76b5

Please sign in to comment.