mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 04:20:01 +01:00
Upload all to webflasher
This commit is contained in:
parent
a3c31da425
commit
f84ae969d4
6
.github/workflows/tagging.yml
vendored
6
.github/workflows/tagging.yml
vendored
@ -75,10 +75,10 @@ jobs:
|
|||||||
pattern: build-*
|
pattern: build-*
|
||||||
merge-multiple: false
|
merge-multiple: false
|
||||||
- name: Write commit hash to file
|
- name: Write commit hash to file
|
||||||
run: mkdir -p lolin_s3_mini_213epd && echo $GITHUB_SHA > lolin_s3_mini_213epd/commit.txt
|
run: echo $GITHUB_SHA > commit.txt
|
||||||
|
|
||||||
- name: Write build date to file
|
- name: Write build date to file
|
||||||
run: echo "$(date -u +'%Y-%m-%dT%H:%M:%SZ')" > lolin_s3_mini_213epd/date.txt
|
run: echo "$(date -u +'%Y-%m-%dT%H:%M:%SZ')" > date.txt
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
|
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
|
||||||
with:
|
with:
|
||||||
source-directory: lolin_s3_mini_213epd/
|
source-directory: .
|
||||||
target-directory: firmware_v3/
|
target-directory: firmware_v3/
|
||||||
destination-github-username: 'btclock'
|
destination-github-username: 'btclock'
|
||||||
destination-repository-name: 'web-flasher'
|
destination-repository-name: 'web-flasher'
|
||||||
|
Loading…
Reference in New Issue
Block a user