Skip to content

Commit

Permalink
#442 test gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed Feb 19, 2022
1 parent be01958 commit de3daf4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
- name: Build and test
run: |
pwd
make BOARD=test forth
make clean
# make BOARD=test forth
# make clean
make all
- run: echo "This job's status is ${{ job.status }}."
echo "This job's status is ${{ job.status }}."
- name: GH Release
uses: softprops/[email protected]
with:
files: |
out/stm8ef-bin.zip
out/stm8ef-bin.tgz
out/stm8ef-rst.tgz

0 comments on commit de3daf4

Please sign in to comment.