Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Fix debian version naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Apacelus committed Nov 28, 2023
1 parent 8db76d9 commit 6cc5f9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create_rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ jobs:
- name: Installing dependencies
run: sudo apt-get update && sudo apt-get install -y debootstrap

- name: Bootstrapping debian 12
- name: Bootstrapping debian stable
run: sudo bash debootstrap.sh debian stable bookworm

- name: Uploading rootfs as artifact
uses: actions/upload-artifact@v2
with:
name: debian-12
name: debian-stable
retention-days: 1
path: |
/tmp/debian-rootfs-12.tar.xz
/tmp/debian-rootfs-12.sha256
/tmp/debian-rootfs-stable.tar.xz
/tmp/debian-rootfs-stable.sha256
repack-pop-os:
strategy:
Expand Down

0 comments on commit 6cc5f9a

Please sign in to comment.