Skip to content

Commit

Permalink
Github Actions final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Aug 4, 2021
1 parent 50d987b commit 84fc431
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
update-wheel: "false"
- name: Build PlatformIO project
run: |
echo "GITHUB_TAG=${GITHUB_REF#refs/*/}" | tee -a $GITHUB_ENV
echo "REPOSITORY_NAME=${GITHUB_REPOSITORY##*/}" | tee -a $GITHUB_ENV
export PLATFORMIO_BUILD_FLAGS="-DLED_STRIP_COUNT=144 -DLED_STRIP_TYPE=4"
pio run -e release
mv .pio/build/release/firmware.bin ${GITHUB_REPOSITORY##*/}-rgbw144-${GITHUB_REF#refs/*/}.bin
Expand All @@ -42,7 +39,6 @@ jobs:
run: |
echo "GITHUB_TAG=${GITHUB_REF#refs/*/}" | tee -a $GITHUB_ENV
echo "REPOSITORY_NAME=${GITHUB_REPOSITORY##*/}" | tee -a $GITHUB_ENV
mv .pio/build/release/firmware.bin ${GITHUB_REPOSITORY##*/}-${GITHUB_REF#refs/*/}.bin
- name: Publish to GitHub Releases
if: ${{ github.event_name == 'release' }}
uses: softprops/[email protected]
Expand Down
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Firmware for HARDWARIO Power Controller Kit

[![Travis](https://travis-ci.org/hardwario/twr-radio-power-controller.svg?branch=master)](https://travis-ci.org/hardwario/twr-radio-power-controller)
[![build](https://github.com/hardwario/twr-radio-power-controller/actions/workflows/main.yml/badge.svg)](https://github.com/hardwario/twr-radio-power-controller/actions/workflows/main.yml)
[![Release](https://img.shields.io/github/release/bigclownlabs/bcf-radio-power-controller.svg)](https://github.com/bigclownlabs/bcf-radio-power-controller/releases)
[![License](https://img.shields.io/github/license/bigclownlabs/bcf-radio-power-controller.svg)](https://github.com/bigclownlabs/bcf-radio-power-controller/blob/master/LICENSE)
[![Twitter](https://img.shields.io/twitter/follow/hardwario_en.svg?style=social&label=Follow)](https://twitter.com/hardwario_en)
Expand Down

0 comments on commit 84fc431

Please sign in to comment.