Skip to content

Commit a74e5d0

Browse files
committed
Merge branch 'development'
2 parents dde2f93 + 4241dc2 commit a74e5d0

File tree

7 files changed

+952
-130
lines changed

7 files changed

+952
-130
lines changed

.github/workflows/publish_to_github_releases.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ name: Publish to Github Releases
22

33
on:
44
push:
5-
branches:
6-
- master
7-
8-
permissions:
9-
contents: read
5+
tags:
6+
- "v*.*.*"
107

118
jobs:
129
build:
1310
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1413
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+
- uses: actions/checkout@v4
1615
- name: Build the Docker image
1716
run: make build
1817
- name: Package artefacts
1918
run: make package
2019
- name: Release
2120
uses: softprops/action-gh-release@v2
22-
if: startsWith(github.ref, 'refs/tags/')
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
2424
files: ./artefacts/M2KB.zip

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You can either build this app yourself from source or download a precompiled bin
2121
Only Windows is supported.
2222

2323
## Dependencies
24-
This program uses [PDCurses](https://pdcurses.org/)
24+
This program uses [PDCurses](https://pdcurses.org/) and [inifile-cpp](https://github.com/Rookfighter/inifile-cpp)

0 commit comments

Comments
 (0)