Compare commits

...

3 Commits

Author SHA1 Message Date
Brenden Matthews e1222c5baf Always run Nix & AppImage builds on PRs 2024-04-18 07:51:42 -04:00
Brenden Matthews 6f8f8fe648 Annoyingly, the artifacts go into a subdir
The artifact files are actually zip files, and when extracted, are in
subdirs within the artifact path.
2024-04-18 07:26:49 -04:00
Brenden Matthews 5a61390b14 Bump version 2024-04-18 07:15:05 -04:00
3 changed files with 3 additions and 8 deletions

View File

@ -9,9 +9,6 @@ on:
pull_request:
branches:
- main
paths-ignore:
- web/**
- doc/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -11,9 +11,6 @@ on:
pull_request:
branches:
- main
paths-ignore:
- web/**
- doc/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@ -145,5 +142,6 @@ jobs:
prerelease: false
discussion_category_name: General
generate_release_notes: true
fail_on_unmatched_files: true
files: |
${{ github.workspace }}/artifacts/*
${{ github.workspace }}/artifacts/**/*

View File

@ -133,7 +133,7 @@ endif(OS_HAIKU)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "20")
set(VERSION_PATCH "1")
set(VERSION_PATCH "2")
find_program(APP_AWK awk)