Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Jan 4, 2024
1 parent 49221bd commit 3fabd21
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,16 @@ jobs:
with:
name: zigbee2mqtt-networkmap
path: ./dist/zigbee2mqtt-networkmap.js
- uses: softprops/action-gh-release@v1
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
files: ./dist/zigbee2mqtt-networkmap.js
- uses: azuwis/nix-action@post
release:
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: build
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- run: ls -R
# - uses: softprops/action-gh-release@v1
# with:
# files: ./zigbee2mqtt-networkmap/zigbee2mqtt-networkmap.js

0 comments on commit 3fabd21

Please sign in to comment.