Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
HPPinata authored Oct 31, 2023
1 parent cbd9ddc commit 4f01a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_ISO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- name: build
run: |
sudo apt update && sudo apt install -y syslinux-utils xorriso
wget https://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/debian-12.1.0-amd64-netinst.iso
wget https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.2.0-amd64-netinst.iso
sudo bash create_ISO.bash
# Release custom ISO
- uses: ncipollo/release-action@v1
with:
commit: "main"
name: "Download ISO"
tag: "8.0"
tag: "12.2"
artifacts: "proxmox_custom.iso"

0 comments on commit 4f01a62

Please sign in to comment.