Skip to content

Commit

Permalink
Update archiso.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Nov 13, 2023
1 parent 721d469 commit 655d1f7
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/archiso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 655d1f7

Please sign in to comment.