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.
2 parents 56918e7 + 10dacf9 commit 36290c7Copy full SHA for 36290c7
.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
86
if: matrix.name == 'windows'
87
88
- name: Upload archive to release
89
- uses: svenstaro/upload-release-action@2.6.1
+ uses: svenstaro/upload-release-action@2.9.0
90
with:
91
file: ${{ matrix.archive_name }}
92
asset_name: age-plugin-yubikey-$tag-${{ matrix.asset_suffix }}
@@ -144,7 +144,7 @@ jobs:
144
args: --package age-plugin-yubikey --no-build --target ${{ matrix.target }}
145
146
- name: Upload Debian package to release
147
148
149
file: target/${{ matrix.target }}/debian/*.deb
150
file_glob: true
0 commit comments