Merge pull request #169 from str4d/dependabot/github_actions/svenstaro/upload-release-action-2.9.0

Bump svenstaro/upload-release-action from 2.6.1 to 2.9.0
This commit is contained in:
Jack Grigg
2024-11-02 10:57:47 +00:00
committed by GitHub
+2 -2
View File
@@ -86,7 +86,7 @@ jobs:
if: matrix.name == 'windows' if: matrix.name == 'windows'
- name: Upload archive to release - name: Upload archive to release
uses: svenstaro/upload-release-action@2.6.1 uses: svenstaro/upload-release-action@2.9.0
with: with:
file: ${{ matrix.archive_name }} file: ${{ matrix.archive_name }}
asset_name: age-plugin-yubikey-$tag-${{ matrix.asset_suffix }} asset_name: age-plugin-yubikey-$tag-${{ matrix.asset_suffix }}
@@ -144,7 +144,7 @@ jobs:
args: --package age-plugin-yubikey --no-build --target ${{ matrix.target }} args: --package age-plugin-yubikey --no-build --target ${{ matrix.target }}
- name: Upload Debian package to release - name: Upload Debian package to release
uses: svenstaro/upload-release-action@2.6.1 uses: svenstaro/upload-release-action@2.9.0
with: with:
file: target/${{ matrix.target }}/debian/*.deb file: target/${{ matrix.target }}/debian/*.deb
file_glob: true file_glob: true