add debug line to workflow
This commit is contained in:
@@ -9,6 +9,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: bash build.sh
|
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
|
- name: Publish package
|
||||||
run: |
|
run: |
|
||||||
curl --fail \
|
curl --fail \
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
|||||||
Keepass2_2.56.deb
|
*.deb
|
||||||
|
13
.vscode/tasks.json
vendored
Normal file
13
.vscode/tasks.json
vendored
Normal 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
KeePass-2.56.zip
BIN
KeePass-2.56.zip
Binary file not shown.
BIN
KeePass-2.57.zip
Normal file
BIN
KeePass-2.57.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user