Skip to content

Commit e6668ec

Browse files
authored
Update iso-build.yml
1 parent 9d63fb6 commit e6668ec

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/iso-build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build TCET Linux ISO
22

33
on:
4-
push:
5-
branches: [ "xfce-de" ]
6-
74
workflow_dispatch:
85

96
jobs:
@@ -33,13 +30,3 @@ jobs:
3330
#pacman-key --populate archlinux chaotic
3431
mkarchiso -v -w ./work -o ./out ./
3532
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)