We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbccaf commit e75fbb3Copy full SHA for e75fbb3
1 file changed
.github/workflows/build.yml
@@ -6,6 +6,7 @@ jobs:
6
runs-on: "ubuntu-20.04"
7
steps:
8
- uses: "actions/checkout@v2"
9
+ - run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
10
- run: |
11
sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi build-essential git python3-pip
12
- run: "pip3 install -U git+https://github.com/TuxSH/firmtool.git"
@@ -16,7 +17,7 @@ jobs:
16
17
with:
18
repo_token: "${{ secrets.GITHUB_TOKEN }}"
19
automatic_release_tag: "latest"
- prerelease: false
20
- title: "Development build"
+ prerelease: true
21
+ title: "Development build ${{ env.SHORT_SHA }}"
22
files: |
23
firm_linux_loader.firm
0 commit comments