Skip to content

Commit

Permalink
Setup artifacts retention time to 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill authored and trufae committed Feb 18, 2022
1 parent 041acbb commit 108dc76
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
name: android-acr-aarch64
path: radare2*android*aarch64.tar.gz
retention-days: 30

android-acr-arm:
if: contains(github.ref, 'master') || contains(github.ref, 'ci-')
Expand All @@ -44,6 +45,7 @@ jobs:
with:
name: android-acr-arm
path: radare2*android*arm.tar.gz
retention-days: 30

android-meson:
if: contains(github.ref, 'master') || contains(github.ref, 'ci-')
Expand Down Expand Up @@ -71,3 +73,4 @@ jobs:
with:
name: android-meson
path: /tmp/radare2-android-${{ matrix.name }}.tar.gz
retention-days: 30
4 changes: 4 additions & 0 deletions .github/workflows/apple.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
path: dist/macos/*.pkg
name: macos-acr
retention-days: 30
# macos-acr-m1:
# runs-on: macos-latest
# steps:
Expand All @@ -36,6 +37,7 @@ jobs:
# with:
# path: dist/macos/*.pkg
# name: macos-acr-m1
# retention-days: 30

# Mobile
ios-cydia32:
Expand All @@ -53,6 +55,7 @@ jobs:
with:
name: ios-cydia32
path: ./dist/cydia/radare2/radare2-arm32_*_iphoneos-arm.deb
retention-days: 30
ios-cydia:
if: contains(github.ref, 'master') || contains(github.ref, 'ci-')
runs-on: macos-latest
Expand All @@ -75,3 +78,4 @@ jobs:
path: |
./r2ios-sdk.zip
./dist/cydia/radare2*/*.deb
retention-days: 30
1 change: 1 addition & 0 deletions .github/workflows/freebsd.yml
Expand Up @@ -37,3 +37,4 @@ jobs:
with:
name: freebsd
path: radare2-freebsd.tgz
retention-days: 30
8 changes: 7 additions & 1 deletion .github/workflows/linux.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
name: linux-wasi
path: radare2-*-wasi.zip
retention-days: 30
linux-static:
if: contains(github.ref, 'master') || contains(github.ref, 'ci-')
runs-on: ubuntu-20.04
Expand All @@ -40,6 +41,7 @@ jobs:
with:
name: linux-static
path: r2-static.tar.xz
retention-days: 30
- name: Static r2 build with meson
run: |
sudo apt-get --assume-yes install python3-wheel python3-setuptools cabextract gperf
Expand All @@ -59,6 +61,7 @@ jobs:
with:
name: linux-acr-deb-64
path: dist/debian/*/*.deb
retention-days: 30
linux-acr-deb-32:
runs-on: ubuntu-18.04
steps:
Expand All @@ -76,6 +79,7 @@ jobs:
with:
name: linux-acr-deb-32
path: dist/debian/*/*.deb
retention-days: 30
## RPM PACKAGES DISABLED
# linux-meson-rpm:
# runs-on: ubuntu:18.04
Expand All @@ -95,6 +99,7 @@ jobs:
# with:
# name: linux-meson-rpm
# path: RPMS/*/*.rpm *.rpm dist/rpm/*.rpm
# retention-days: 30
# centos-meson-rpm:
# runs-on: ubuntu:18.04
# container: centos:8
Expand Down Expand Up @@ -123,4 +128,5 @@ jobs:
# uses: actions/upload-artifact@v2
# with:
# name: centos-meson-rpm
# path: rpmbuild/RPMS/*/*.rpm
# path: rpmbuild/RPMS/*/*.rpm
# retention-days: 30
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
name: w32-mingw
path: radare2*.zip
retention-days: 30
w64-mingw:
name: w64-mingw
runs-on: ubuntu-20.04
Expand All @@ -38,6 +39,7 @@ jobs:
with:
name: w64-mingw
path: radare2*.zip
retention-days: 30
w64-make:
runs-on: windows-2019
steps:
Expand Down Expand Up @@ -123,6 +125,7 @@ jobs:
path: |
radare2-${{ steps.r2v.outputs.branch }}-w32.zip
# radare2-win-installer\Output\radare2.exe
retention-days: 30
w64-meson:
runs-on: windows-2019
steps:
Expand Down Expand Up @@ -173,4 +176,4 @@ jobs:
path: |
radare2-${{ steps.r2v.outputs.branch }}-w64.zip
# radare2-win-installer\Output\radare2.exe
# LINUX
retention-days: 30

0 comments on commit 108dc76

Please sign in to comment.