mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Fixup Merge Build Workflows on master.
Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
4ae6c0bbc4
commit
447f9709f7
2 changed files with 6 additions and 6 deletions
10
.github/workflows/fedora-copr-build.yml
vendored
10
.github/workflows/fedora-copr-build.yml
vendored
|
@ -16,17 +16,17 @@ jobs:
|
||||||
image: fedora:latest
|
image: fedora:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup build dependencies in the Fedora container
|
||||||
|
run: |
|
||||||
|
dnf -y install @development-tools @rpm-development-tools
|
||||||
|
dnf -y install copr-cli make
|
||||||
|
|
||||||
- name: Check out sources
|
- name: Check out sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Setup build dependencies in the Fedora container
|
|
||||||
run: |
|
|
||||||
dnf -y install @development-tools @rpm-development-tools
|
|
||||||
dnf -y install copr-cli make
|
|
||||||
|
|
||||||
- name: setup git
|
- name: setup git
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /__w/subsurface/subsurface
|
git config --global --add safe.directory /__w/subsurface/subsurface
|
||||||
|
|
2
.github/workflows/post-releasenotes.yml
vendored
2
.github/workflows/post-releasenotes.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# add a file containing the release title so it can be picked up and listed on the release page on our web server
|
# add a file containing the release title so it can be picked up and listed on the release page on our web server
|
||||||
- name: publish release
|
- name: publish release
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: v${{ steps.version_number.outputs.version }}
|
tag_name: v${{ steps.version_number.outputs.version }}
|
||||||
repository: ${{ github.repository_owner }}/nightly-builds
|
repository: ${{ github.repository_owner }}/nightly-builds
|
||||||
|
|
Loading…
Add table
Reference in a new issue