From 655d1f76d5ae82efb275c71dba3bbe12481529ae Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Mon, 13 Nov 2023 17:29:25 +0100 Subject: [PATCH] Update archiso.yml --- .github/workflows/archiso.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/archiso.yml b/.github/workflows/archiso.yml index e847aef97..be978116f 100644 --- a/.github/workflows/archiso.yml +++ b/.github/workflows/archiso.yml @@ -19,6 +19,14 @@ jobs: - name: Checkout files uses: actions/checkout@v3 + - name: Upload to GitHub Release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + echo "$(ls)" + echo "$(ls $HOME)" + echo "$(pwd)" + - name: Keyrings and Mirrorlists run: pacman -Syyu --noconfirm archlinux-keyring pacman-mirrorlist athena-keyring athena-mirrorlist blackarch-keyring blackarch-mirrorlist chaotic-keyring chaotic-mirrorlist rate-mirrors @@ -49,17 +57,6 @@ jobs: - name: Install dependencies run: pacman -Syyu --noconfirm archiso git github-cli openssh rsync sshpass wget - - - name: Upload to GitHub Release - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - mkdir -p $HOME/Athena-Out - touch $HOME/Athena-Out/test.iso.sha256 - for f in $(find $HOME/Athena-Out -name '*.iso*'); do - echo "$f" - gh release upload v23.06.23 $f - done - name: Retrieve Athena ISO run: git clone https://github.com/Athena-OS/athena-iso