We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3229057 commit a1c6f98Copy full SHA for a1c6f98
.github/workflows/build.yml
@@ -7,6 +7,9 @@ on:
7
required: true
8
default: 'v0.21.1'
9
10
+permissions:
11
+ contents: write # required for creating a GitHub Release
12
+
13
jobs:
14
build:
15
runs-on: ubuntu-latest
@@ -61,11 +64,13 @@ jobs:
61
64
- name: Download artifact
62
65
uses: actions/download-artifact@v4
63
66
with:
- name: ${{ needs.build.outputs.artifact-name }}
67
+ name: kopia-android-artifact
68
69
- name: Create GitHub Release
70
uses: softprops/action-gh-release@v2
71
72
+ tag_name: ${{ github.event.inputs.kopia-version }}
73
+ name: kopia-android-${{ github.event.inputs.kopia-version }}
74
files: |
75
kopia-android-arm64
76
kopia-android-arm64.sha256
0 commit comments