Skip to content

Commit a1c6f98

Browse files
authored
Update build.yml
1 parent 3229057 commit a1c6f98

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
required: true
88
default: 'v0.21.1'
99

10+
permissions:
11+
contents: write # required for creating a GitHub Release
12+
1013
jobs:
1114
build:
1215
runs-on: ubuntu-latest
@@ -61,11 +64,13 @@ jobs:
6164
- name: Download artifact
6265
uses: actions/download-artifact@v4
6366
with:
64-
name: ${{ needs.build.outputs.artifact-name }}
67+
name: kopia-android-artifact
6568

6669
- name: Create GitHub Release
6770
uses: softprops/action-gh-release@v2
6871
with:
72+
tag_name: ${{ github.event.inputs.kopia-version }}
73+
name: kopia-android-${{ github.event.inputs.kopia-version }}
6974
files: |
7075
kopia-android-arm64
7176
kopia-android-arm64.sha256

0 commit comments

Comments
 (0)