Skip to content

Commit

Permalink
Update linux-t2-xanmod-lts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Jul 30, 2024
1 parent 33e3558 commit fad6028
Showing 1 changed file with 8 additions and 36 deletions.
44 changes: 8 additions & 36 deletions .github/workflows/linux-t2-xanmod-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,11 @@ jobs:
apt-ftparchive release . > Release && \
gpg --default-key "${GPG_SIGNING_EMAIL}" -abs -o - Release > Release.gpg && \
gpg --default-key "${GPG_SIGNING_EMAIL}" --clearsign -o - Release > InRelease'
gpg --default-key "${GPG_SIGNING_EMAIL}" --clearsign -o - Release > InRelease && \
gh release upload jammy ./* --clobber -R AdityaGarg8/t2-ubuntu-repo'
cd ${{ github.workspace }}
rm key
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ${{ github.workspace }}/jammy/*
tag_name: jammy
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Release-Noble:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -211,18 +204,11 @@ jobs:
apt-ftparchive release . > Release && \
gpg --default-key "${GPG_SIGNING_EMAIL}" -abs -o - Release > Release.gpg && \
gpg --default-key "${GPG_SIGNING_EMAIL}" --clearsign -o - Release > InRelease'
gpg --default-key "${GPG_SIGNING_EMAIL}" --clearsign -o - Release > InRelease && \
gh release upload noble ./* --clobber -R AdityaGarg8/t2-ubuntu-repo'
cd ${{ github.workspace }}
rm key
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ${{ github.workspace }}/noble/*
tag_name: noble
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Release-Bookworm:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -319,18 +305,11 @@ jobs:
apt-ftparchive release . > Release && \
gpg --default-key "${GPG_SIGNING_EMAIL}" -abs -o - Release > Release.gpg && \
gpg --default-key "${GPG_SIGNING_EMAIL}" --clearsign -o - Release > InRelease'
gpg --default-key "${GPG_SIGNING_EMAIL}" --clearsign -o - Release > InRelease && \
gh release upload bookworm ./* --clobber -R AdityaGarg8/t2-ubuntu-repo'
cd ${{ github.workspace }}
rm key
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ${{ github.workspace }}/bookworm/*
tag_name: bookworm
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Release-Sid:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -427,15 +406,8 @@ jobs:
apt-ftparchive release . > Release && \
gpg --default-key "${GPG_SIGNING_EMAIL}" -abs -o - Release > Release.gpg && \
gpg --default-key "${GPG_SIGNING_EMAIL}" --clearsign -o - Release > InRelease'
gpg --default-key "${GPG_SIGNING_EMAIL}" --clearsign -o - Release > InRelease && \
gh release upload sid ./* --clobber -R AdityaGarg8/t2-ubuntu-repo'
cd ${{ github.workspace }}
rm key
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ${{ github.workspace }}/sid/*
tag_name: sid
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fad6028

Please sign in to comment.