Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 authored Nov 28, 2023
1 parent 0108ddb commit b689a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,14 @@ jobs:
run: |
ls
zip archive.zip *.axf
ls
- name: upload reelese assets
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: github.event.release.upload_url
asset_path: ./
asset_path: archive.zip
asset_name: archive.zip
asset_content_type: application/zip

0 comments on commit b689a8d

Please sign in to comment.