Skip to content

Commit 94aeb3c

Browse files
authored
Update firmware-desfire-push.yml
1 parent d3641e2 commit 94aeb3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/firmware-desfire-push.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Firmware Build (master Branch (DESFire) Push, Pre-release with Artifacts)
1+
name: DESFire-only Firmware Build (master Branch Push, Pre-release with Artifacts)
22

33
on:
44
push:
@@ -23,10 +23,10 @@ jobs:
2323
run: make desfire
2424
working-directory: Firmware/Chameleon-Mini/
2525
- name: Move hex file to FirmwareBuild
26-
run: mv Chameleon*.hex $GITHUB_WORKSPACE/FirmwareBuild/
26+
run: mv Chameleon-Mini-DESFire.hex $GITHUB_WORKSPACE/FirmwareBuild/
2727
working-directory: Firmware/Chameleon-Mini/
2828
- name: Move eep file to FirmwareBuild
29-
run: mv Chameleon*.eep $GITHUB_WORKSPACE/FirmwareBuild/
29+
run: mv Chameleon-Mini-DESFire.eep $GITHUB_WORKSPACE/FirmwareBuild/
3030
working-directory: Firmware/Chameleon-Mini/
3131
- name: Upload Build Artifact to Action
3232
uses: actions/[email protected]
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
4141
tag_name: "${{ format('Build-DESFire-{0}', github.sha) }}"
42-
release_name: Firmware Build (DESFire) ${{ github.sha }}
42+
release_name: DESFire-only Firmware Build ${{ github.sha }}
4343
body: Built DESFire at commit ${{ github.sha }} from ${{ github.actor }}
4444
draft: false
4545
prerelease: true

0 commit comments

Comments
 (0)