Skip to content

Commit

Permalink
rename firmware to firmware-build to make it a little more obvious
Browse files Browse the repository at this point in the history
what's in the file.

temporarily start pushing releases on every branch for testing. should
not make it to the real repo
  • Loading branch information
obra committed Jan 31, 2024
1 parent 7abc164 commit 57429a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: firmware
name: firmware-build
path: |
output/
publish:
needs: build
runs-on: ubuntu-latest
# Ensure this job only runs on pushes to master branch
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
env:
OUTPUT_DIR: artifacts/firmware
OUTPUT_DIR: artifacts/firmware-build
steps:
- uses: actions/checkout@v4
- name: Discover the version tag
Expand Down

0 comments on commit 57429a6

Please sign in to comment.