Skip to content

Commit 2d81d2c

Browse files
committed
(Debian) Update artifacts uploader for release
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
1 parent d2e4faf commit 2d81d2c

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/debian.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build-dsc:
1013
runs-on: ubuntu-latest
@@ -60,8 +63,8 @@ jobs:
6063
with:
6164
tag_name: ${{ github.ref_name }}
6265
files: |
63-
../kci-dev_*.dsc
64-
../kci-dev_*.orig.tar.*
65-
../kci-dev_*debian.tar.*
66-
../kci-dev_*_source.buildinfo
67-
../kci-dev_*_source.changes
66+
artifacts/kci-dev_*.dsc
67+
artifacts/kci-dev_*.orig.tar.*
68+
artifacts/kci-dev_*debian.tar.*
69+
artifacts/kci-dev_*_source.buildinfo
70+
artifacts/kci-dev_*_source.changes

0 commit comments

Comments
 (0)