2.57
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
+2
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 \
+1 -1
View File
@@ -1 +1 @@
Keepass2_2.56.deb
*.deb
+13
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"
}
]
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION=2.56
VERSION=2.57
mkdir -p KeePass
unzip KeePass-$VERSION.zip -d KeePass
cd KeePass