Skip to content

Commit

Permalink
Make lha and upload only for release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jul 14, 2023
1 parent 34d6c08 commit 52ab8ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ jobs:
run: |
make tests -e OS=os3
- name: Create lha archive
if: ${{ github.ref_type == 'tag' }}
run: |
lha a AmiEnvMon-OS3.lha AmiEnvMon
lha a AmiEnvMon-OS3.lha amienvmon.png
lha a AmiEnvMon-OS3.lha tests-os3
- uses: actions/upload-artifact@v3
#if: ${{ github.ref_type == 'tag' }}
if: ${{ github.ref_type == 'tag' }}
with:
name: AmiEnvMon-OS3
path: AmiEnvMon-OS3.lha
Expand Down

0 comments on commit 52ab8ea

Please sign in to comment.