1
0
Fork 0
mirror of synced 2024-05-19 03:52:47 +12:00

Fix git url for deb worflow

This commit is contained in:
Dummerle 2023-04-08 01:19:45 +02:00 committed by GitHub
parent 42c1a1aaa6
commit 45595d2143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ jobs:
sudo apt install makedeb
- name: Prepare source directory
run: |
git clone https://mpr.hunterwittenborn.com/rare.git build
git clone https://mpr.makedeb.org/rare build
sed -i "s/pkgver=.*/pkgver=${{ github.event.release.tag_name }}/g" build/PKGBUILD
- name: build deb