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 4927935 commit 721d469
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/archiso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ 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 721d469

Please sign in to comment.