Skip to content

Commit

Permalink
Push ISO to tagged releases
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Apr 5, 2022
1 parent 463616d commit 66ae79d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ name: build

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

env:
CACHE_VERSION: 9
CACHE_VERSION: 10
WORKDIR: /home/runner/mod-workdir

jobs:
Expand Down Expand Up @@ -192,3 +187,12 @@ jobs:
with:
name: iso
path: archiso/output/*.iso
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
draft: false
prerelease: true
files: |
archiso/output/*.iso

0 comments on commit 66ae79d

Please sign in to comment.