Skip to content

Commit

Permalink
fix pio-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 authored Oct 17, 2023
1 parent b52eb7a commit 489782d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pio-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Download binaries
uses: actions/download-artifact@v3
with:
name: ${{matrix.boards}}
path: ./${{matrix.boards}}.zip
name: ${{matrix.boards}}.zip
path: ./
- name: Display structure of downloaded files
run: ls -R
- name: Create Release
Expand All @@ -69,6 +69,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./${{matrix.boards}}.zip
asset_path: ${{matrix.boards}}.zip
asset_name: ${{matrix.boards}}.zip
asset_content_type: application/zip

0 comments on commit 489782d

Please sign in to comment.