diff --git a/.github/workflows/make_binaries.yaml b/.github/workflows/make_binaries.yaml index 4f2eb42..15e5393 100644 --- a/.github/workflows/make_binaries.yaml +++ b/.github/workflows/make_binaries.yaml @@ -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 \ No newline at end of file