Skip to content

Commit 9d63fb6

Browse files
authored
allow releasing from xfce-de branch
1 parent 1535716 commit 9d63fb6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/iso-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ jobs:
3333
#pacman-key --populate archlinux chaotic
3434
mkarchiso -v -w ./work -o ./out ./
3535
echo "ISO Built in ./out folder!"
36+
37+
- name: Release ISO File
38+
uses: "marvinpinto/action-automatic-releases@latest"
39+
with:
40+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
41+
automatic_release_tag: ${{ env.DATE }}
42+
prerelease: false
43+
title: "tcet-linux"
44+
files: |
45+
out/*

0 commit comments

Comments
 (0)