Skip to content

Commit

Permalink
Merge branch 'emsec:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gcammisa authored Feb 3, 2022
2 parents 5ee1090 + 94aeb3c commit e1ea9b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/firmware-desfire-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Firmware Build (master Branch (DESFire) Push, Pre-release with Artifacts)
name: DESFire-only Firmware Build (master Branch Push, Pre-release with Artifacts)

on:
push:
Expand All @@ -23,10 +23,10 @@ jobs:
run: make desfire
working-directory: Firmware/Chameleon-Mini/
- name: Move hex file to FirmwareBuild
run: mv Chameleon*.hex $GITHUB_WORKSPACE/FirmwareBuild/
run: mv Chameleon-Mini-DESFire.hex $GITHUB_WORKSPACE/FirmwareBuild/
working-directory: Firmware/Chameleon-Mini/
- name: Move eep file to FirmwareBuild
run: mv Chameleon*.eep $GITHUB_WORKSPACE/FirmwareBuild/
run: mv Chameleon-Mini-DESFire.eep $GITHUB_WORKSPACE/FirmwareBuild/
working-directory: Firmware/Chameleon-Mini/
- name: Upload Build Artifact to Action
uses: actions/upload-artifact@v2.1.4
Expand All @@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "${{ format('Build-DESFire-{0}', github.sha) }}"
release_name: Firmware Build (DESFire) ${{ github.sha }}
release_name: DESFire-only Firmware Build ${{ github.sha }}
body: Built DESFire at commit ${{ github.sha }} from ${{ github.actor }}
draft: false
prerelease: true
Expand Down

0 comments on commit e1ea9b7

Please sign in to comment.