mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Bump andstor/file-existence-action from 1 to 2 (#1080)
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 2. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v1...v2) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/omnibus_publish.yml
vendored
4
.github/workflows/omnibus_publish.yml
vendored
@@ -143,13 +143,13 @@ jobs:
|
||||
mv ./firezone*.deb firezone_${{ github.ref_name }}-${{ matrix.platform }}.deb || true
|
||||
|
||||
- name: Check DEB
|
||||
uses: andstor/file-existence-action@v1
|
||||
uses: andstor/file-existence-action@v2
|
||||
id: check_deb
|
||||
with:
|
||||
files: firezone_${{ github.ref_name }}-${{ matrix.platform }}.deb
|
||||
|
||||
- name: Check RPM
|
||||
uses: andstor/file-existence-action@v1
|
||||
uses: andstor/file-existence-action@v2
|
||||
id: check_rpm
|
||||
with:
|
||||
files: firezone_${{ github.ref_name }}-${{ matrix.platform }}.rpm
|
||||
|
||||
Reference in New Issue
Block a user