Skip to content

Commit

Permalink
ci(release): fix latest and prerelease tags (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jul 12, 2024
1 parent 35d9f4c commit 5e9c395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ jobs:
artifacts: repo/*
bodyFile: README.md
commit: master
makeLatest: ${{ matrix.repo == 'lizardbyte' && 'true' || 'false' }}
makeLatest: ${{ matrix.release_name == 'stable' || false }}
name: ${{ matrix.release_name }}
prerelease: false
prerelease: ${{ matrix.release_name == 'beta' || false }}
tag: ${{ matrix.release_name }}
token: ${{ secrets.GH_BOT_TOKEN }}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# LizardByte's Pacman Repository

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/LizardByte/pacman-repo/build-repo.yml?branch=master&event=schedule&style=for-the-badge&logo=github)](https://github.com/LizardByte/pacman-repo/actions/workflows/build-repo.yml?query=event%3Aschedule+branch%3Amaster)
[![GitHub Downloads (all assets, specific tag)](https://img.shields.io/github/downloads/LizardByte/pacman-repo/beta/total?style=for-the-badge&logo=archlinux&label=daily%20downloads%40beta)](https://github.com/LizardByte/pacman-repo/releases/tag/beta)
[![GitHub Downloads (all assets, specific tag)](https://img.shields.io/github/downloads/LizardByte/pacman-repo/latest/total?style=for-the-badge&logo=archlinux&label=daily%20downloads%40latest)](https://github.com/LizardByte/pacman-repo/releases/latest)

Repository of Arch Linux packages for LizardByte packages.

> [!CAUTION]
Expand Down

0 comments on commit 5e9c395

Please sign in to comment.