Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
avi committed Dec 17, 2023
1 parent e7e21b7 commit 3cb9272
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/make_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Download binaries
uses: actions/download-artifact@v3
with:
name: firmware
uses: actions/download-artifact@v3
with:
name: firmware

- name: Create release and upload binary
run: |
# gh release create v0.0.${{github.run_number}} firmware/*
gh release create v0.0.${{github.run_number}} firmware/*
ls firmware
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: bash
shell: bash

0 comments on commit 3cb9272

Please sign in to comment.