diff options
author | Remy Raes <contact@remyraes.com> | 2022-09-14 07:38:37 +0200 |
---|---|---|
committer | Remy Raes <contact@remyraes.com> | 2022-09-14 07:38:37 +0200 |
commit | 5865c3e50f36abe6a34ea8e7fc8e6a713c2dc5ca (patch) | |
tree | b978660aeec76edc33596567dc7e97922473da3e | |
parent | d01d39a622320062f180841950ad23673809a292 (diff) | |
download | Viper-5865c3e50f36abe6a34ea8e7fc8e6a713c2dc5ca.tar.gz Viper-5865c3e50f36abe6a34ea8e7fc8e6a713c2dc5ca.zip |
fix: upload missing latest-linux.yml file to release
-rw-r--r-- | .github/workflows/release_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml index 70afddd..109796d 100644 --- a/.github/workflows/release_builds.yml +++ b/.github/workflows/release_builds.yml @@ -44,6 +44,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - file: "dist/*.AppImage;dist/*.tar.gz;dist/*.deb;dist/*.rpm" + file: "dist/*.AppImage;dist/*.tar.gz;dist/*.deb;dist/*.rpm;dist/latest-linux.yml" release_id: ${{ github.event.release.id }} draft: false |