Template
Don't exclude .spec files and escape gitea build-time variables
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Build and provide rpm of ${REPO_NAME}
|
||||
run-name: Rpmbuild ${REPO_NAME} at ${{ gitea.repository }} by ${{ github.actor }}
|
||||
run-name: Rpmbuild ${REPO_NAME} at $${{ gitea.repository }} by $${{ github.actor }}
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@@ -13,7 +13,7 @@ on:
|
||||
- "f42-minimal-rpmbuild"
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: ${{ inputs.runsonlabel }}
|
||||
runs-on: $${{ inputs.runsonlabel }}
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.demus.dk/actions/git-clone@main
|
||||
@@ -22,4 +22,4 @@ jobs:
|
||||
- name: Deploy to packages
|
||||
uses: https://git.demus.dk/actions/rpm-deploy@main
|
||||
with:
|
||||
pat: ${{ secrets.RPM_REPO_WRITE }}
|
||||
pat: $${{ secrets.RPM_REPO_WRITE }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Build and provide rpm of ${REPO_NAME}
|
||||
run-name: Rpmbuild ${REPO_NAME} by @${{ github.actor }}
|
||||
run-name: Rpmbuild ${REPO_NAME} by $${{ github.actor }}
|
||||
on: [ release ]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
@@ -12,4 +12,4 @@ jobs:
|
||||
- name: Deploy to packages
|
||||
uses: https://git.demus.dk/actions/rpm-deploy@main
|
||||
with:
|
||||
pat: ${{ secrets.RPM_REPO_WRITE }}
|
||||
pat: $${{ secrets.RPM_REPO_WRITE }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Build and provide rpm of ${REPO_NAME}
|
||||
run-name: Rpmbuild ${REPO_NAME} by @${{ github.actor }}
|
||||
run-name: Rpmbuild ${REPO_NAME} by $${{ github.actor }}
|
||||
on: [ release ]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
@@ -12,4 +12,4 @@ jobs:
|
||||
- name: Deploy to packages
|
||||
uses: https://git.demus.dk/actions/rpm-deploy@main
|
||||
with:
|
||||
pat: ${{ secrets.RPM_REPO_WRITE }}
|
||||
pat: $${{ secrets.RPM_REPO_WRITE }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Build and provide rpm of ${REPO_NAME}
|
||||
run-name: Rpmbuild ${REPO_NAME} by @${{ github.actor }}
|
||||
run-name: Rpmbuild ${REPO_NAME} by $${{ github.actor }}
|
||||
on: [ release ]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
@@ -12,4 +12,4 @@ jobs:
|
||||
- name: Deploy to packages
|
||||
uses: https://git.demus.dk/actions/rpm-deploy@main
|
||||
with:
|
||||
pat: ${{ secrets.RPM_REPO_WRITE }}
|
||||
pat: $${{ secrets.RPM_REPO_WRITE }}
|
||||
|
||||
@@ -45,7 +45,6 @@ MANIFEST
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
*.manifest
|
||||
*.spec
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
Reference in New Issue
Block a user