Commit 347e981 1 parent fd0e48c commit 347e981 Copy full SHA for 347e981
File tree 2 files changed +26
-8
lines changed
2 files changed +26
-8
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,23 @@ jobs:
17
17
version : jammy
18
18
- os : ubuntu
19
19
version : noble
20
-
20
+ permissions :
21
+ contents : write
21
22
steps :
22
- - uses : actions/checkout@v4
23
-
24
- - name : Commit Hash
25
- id : commit
26
- uses : prompt/actions-commit-hash@v3
27
-
28
23
- name : Set up QEMU
29
24
uses : docker/setup-qemu-action@v3
30
25
with :
31
26
platforms : arm64
32
27
28
+ - name : Checkout repo
29
+ uses : actions/checkout@v4
30
+ with :
31
+ fetch-depth : 0
32
+
33
+ - name : Commit Hash
34
+ id : commit
35
+ uses : prompt/actions-commit-hash@v3
36
+
33
37
- name : Set up Docker Buildx
34
38
uses : docker/setup-buildx-action@v3
35
39
51
55
with :
52
56
name : openstreetmap-cgimap-dbgsym_${{ matrix.version }}
53
57
path : debian/artifacts/openstreetmap-cgimap-dbgsym_*.deb
58
+
59
+ - name : Release
60
+ uses : softprops/action-gh-release@v2
61
+ if : startsWith(github.ref, 'refs/tags/')
62
+ with :
63
+ draft : true
64
+ name : Release ${{ github.ref }}
65
+ files : |
66
+ debian/artifacts/openstreetmap-cgimap_*.deb
67
+ debian/artifacts/openstreetmap-cgimap-dbgsym_*.deb
68
+
Original file line number Diff line number Diff line change 7
7
name : " Release: Make release candidate"
8
8
jobs :
9
9
draft_release :
10
+ if : ${{ false }}
10
11
name : ${{ matrix.os }} ${{ matrix.version }}
11
12
runs-on : ubuntu-latest
12
13
strategy :
55
56
name : Release ${{ github.ref }}
56
57
files : |
57
58
debian/artifacts/openstreetmap-cgimap_*.deb
58
-
59
+ debian/artifacts/openstreetmap-cgimap-dbgsym_*.deb
60
+
61
+
59
62
You can’t perform that action at this time.
0 commit comments