We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1535716 commit 9d63fb6Copy full SHA for 9d63fb6
.github/workflows/iso-build.yml
@@ -33,3 +33,13 @@ jobs:
33
#pacman-key --populate archlinux chaotic
34
mkarchiso -v -w ./work -o ./out ./
35
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