2.57
All checks were successful
Build deb / build (push) Successful in 9s

add debug line to workflow
This commit is contained in:
2024-08-18 11:10:59 +02:00
parent 3f2ea98acf
commit 12588e054b
6 changed files with 17 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: bash build.sh
- name: debug
run: echo $GITHUB_SERVER_URL/api/packages/${{ gitea.repository_owner }}/debian/pool/${{vars.DISTRIBUTION}}/${{ vars.COMPONENT}}/upload
- name: Publish package
run: |
curl --fail \

2
.gitignore vendored
View File

@@ -1 +1 @@
Keepass2_2.56.deb
*.deb

13
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "package",
"type": "shell",
"command": "bash ${workspaceFolder}/build.sh",
"group": "build"
}
]
}

Binary file not shown.

BIN
KeePass-2.57.zip Normal file

Binary file not shown.

View File

@@ -1,4 +1,4 @@
VERSION=2.56
VERSION=2.57
mkdir -p KeePass
unzip KeePass-$VERSION.zip -d KeePass
cd KeePass