From 0de7b88e1c5cd25d3659d34ea1f5d4842b15dbc5 Mon Sep 17 00:00:00 2001 From: QiuSimons <45143996+QiuSimons@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:00:09 +0800 Subject: [PATCH] test only no release --- .github/workflows/R2C-OpenWrt.yml | 12 ------------ .github/workflows/R2S-OpenWrt.yml | 12 ------------ .github/workflows/R4S-OpenWrt.yml | 12 ------------ .github/workflows/X86-OpenWrt.yml | 12 ------------ 4 files changed, 48 deletions(-) diff --git a/.github/workflows/R2C-OpenWrt.yml b/.github/workflows/R2C-OpenWrt.yml index 3969a8c35..71afbc85e 100644 --- a/.github/workflows/R2C-OpenWrt.yml +++ b/.github/workflows/R2C-OpenWrt.yml @@ -123,17 +123,5 @@ jobs: zip R2C-GC404-Docker-$(date +%Y-%m-%d)-${{ env.latest_release }}-ext4.zip *r2c*ext4* zip R2C-GC404-Docker-$(date +%Y-%m-%d)-${{ env.latest_release }}-sfs.zip *r2c*squashfs* ls -Ahl - - name: Create release - id: create_release - uses: ncipollo/release-action@main - with: - name: OpenWRT-${{ env.latest_release }} - allowUpdates: true - prerelease: false - tag: ${{ env.latest_release }} - commit: 23.05 - replacesArtifacts: true - token: ${{ secrets.GITHUB_TOKEN }} - artifacts: ./artifact/*.zip - name: Print Disk Space After run: df -h diff --git a/.github/workflows/R2S-OpenWrt.yml b/.github/workflows/R2S-OpenWrt.yml index 8f973ac4d..2493fa8e3 100644 --- a/.github/workflows/R2S-OpenWrt.yml +++ b/.github/workflows/R2S-OpenWrt.yml @@ -123,17 +123,5 @@ jobs: zip R2S-GC404-Docker-$(date +%Y-%m-%d)-${{ env.latest_release }}-ext4.zip *r2s*ext4* zip R2S-GC404-Docker-$(date +%Y-%m-%d)-${{ env.latest_release }}-sfs.zip *r2s*squashfs* ls -Ahl - - name: Create release - id: create_release - uses: ncipollo/release-action@main - with: - name: OpenWRT-${{ env.latest_release }} - allowUpdates: true - prerelease: false - tag: ${{ env.latest_release }} - commit: 23.05 - replacesArtifacts: true - token: ${{ secrets.GITHUB_TOKEN }} - artifacts: ./artifact/*.zip - name: Print Disk Space After run: df -h diff --git a/.github/workflows/R4S-OpenWrt.yml b/.github/workflows/R4S-OpenWrt.yml index f74d4df41..5e183df6e 100644 --- a/.github/workflows/R4S-OpenWrt.yml +++ b/.github/workflows/R4S-OpenWrt.yml @@ -123,17 +123,5 @@ jobs: zip R4S-GC404-Docker-$(date +%Y-%m-%d)-${{ env.latest_release }}-ext4.zip *r4s*ext4* zip R4S-GC404-Docker-$(date +%Y-%m-%d)-${{ env.latest_release }}-sfs.zip *r4s*squashfs* ls -Ahl - - name: Create release - id: create_release - uses: ncipollo/release-action@main - with: - name: OpenWRT-${{ env.latest_release }} - allowUpdates: true - prerelease: false - tag: ${{ env.latest_release }} - commit: 23.05 - replacesArtifacts: true - token: ${{ secrets.GITHUB_TOKEN }} - artifacts: ./artifact/*.zip - name: Print Disk Space After run: df -h diff --git a/.github/workflows/X86-OpenWrt.yml b/.github/workflows/X86-OpenWrt.yml index 37c6829b0..55e03d6ab 100644 --- a/.github/workflows/X86-OpenWrt.yml +++ b/.github/workflows/X86-OpenWrt.yml @@ -123,17 +123,5 @@ jobs: zip X86-GC404-Docker-$(date +%Y-%m-%d)-${{ env.latest_release }}-ext4.zip *ext4-combined* zip X86-GC404-Docker-$(date +%Y-%m-%d)-${{ env.latest_release }}-sfs.zip *squashfs-combined* ls -Ahl - - name: Create release - id: create_release - uses: ncipollo/release-action@main - with: - name: OpenWRT-${{ env.latest_release }} - allowUpdates: true - prerelease: false - tag: ${{ env.latest_release }} - commit: 23.05 - replacesArtifacts: true - token: ${{ secrets.GITHUB_TOKEN }} - artifacts: ./artifact/*.zip - name: Print Disk Space After run: df -h