mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-23 01:20:52 +00:00
chore: Specify version
This commit is contained in:
parent
4276798229
commit
62af827013
12
.github/workflows/build_iso.yml
vendored
12
.github/workflows/build_iso.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Build ISOs
|
- name: Build ISOs
|
||||||
#if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
|
#if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
|
||||||
uses: ublue-os/isogenerator@latest
|
uses: ublue-os/isogenerator@1.0.4
|
||||||
with:
|
with:
|
||||||
ARCH: x86_64
|
ARCH: x86_64
|
||||||
IMAGE_NAME: ${{ matrix.image_name }}
|
IMAGE_NAME: ${{ matrix.image_name }}
|
||||||
@ -48,13 +48,3 @@ jobs:
|
|||||||
export RCLONE_CONFIG_R2_ENDPOINT=${{ secrets.R2_ENDPOINT }}
|
export RCLONE_CONFIG_R2_ENDPOINT=${{ secrets.R2_ENDPOINT }}
|
||||||
dnf install -y rclone
|
dnf install -y rclone
|
||||||
rclone copy ./end_iso R2:bazzite
|
rclone copy ./end_iso R2:bazzite
|
||||||
|
|
||||||
# - name: Upload ISOs to R2
|
|
||||||
# uses: ryand56/r2-upload-action@latest
|
|
||||||
# with:
|
|
||||||
# r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
|
|
||||||
# r2-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }}
|
|
||||||
# r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
|
|
||||||
# r2-bucket: ${{ secrets.R2_BUCKET }}
|
|
||||||
# source-dir: ./end_iso
|
|
||||||
# destination-dir: ./
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user