Skip to content

Commit

Permalink
Update iso-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
demonkillerr authored Apr 15, 2023
1 parent 9d63fb6 commit e6668ec
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/iso-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build TCET Linux ISO

on:
push:
branches: [ "xfce-de" ]

workflow_dispatch:

jobs:
Expand Down Expand Up @@ -33,13 +30,3 @@ jobs:
#pacman-key --populate archlinux chaotic
mkarchiso -v -w ./work -o ./out ./
echo "ISO Built in ./out folder!"
- name: Release ISO File
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ env.DATE }}
prerelease: false
title: "tcet-linux"
files: |
out/*

0 comments on commit e6668ec

Please sign in to comment.