This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-23 14:47:25 +03:00 committed by GitHub
parent c23ca85467
commit a7406a6ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: PikaOS Package Release name: PikaOS Radeon AMDGPU Sync
on: on:
workflow_dispatch workflow_dispatch
@ -31,7 +31,7 @@ jobs:
if_key_exists: replace if_key_exists: replace
- name: Release Package - name: Release Package
run: ./release.sh run: ./amdgpu.sh
- name: Purge cache - name: Purge cache
uses: jakejarvis/cloudflare-purge-action@master uses: jakejarvis/cloudflare-purge-action@master

2
release.sh → amdgpu.sh Executable file → Normal file
View File

@ -28,6 +28,8 @@ cd ../
mkdir -p ./proprietary mkdir -p ./proprietary
cd ./proprietary cd ./proprietary
wget --recursive --no-parent -R "20.04*.deb" -m https://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool/proprietary/ wget --recursive --no-parent -R "20.04*.deb" -m https://repo.radeon.com/amdgpu/5.5.3/ubuntu/pool/proprietary/
# Retrun to AMDGPU MIRROR
cd ../
# Check final result # Check final result
tree tree