aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Raes <contact@remyraes.com>2022-09-14 07:38:37 +0200
committerRemy Raes <contact@remyraes.com>2022-09-14 07:38:37 +0200
commit5865c3e50f36abe6a34ea8e7fc8e6a713c2dc5ca (patch)
treeb978660aeec76edc33596567dc7e97922473da3e
parentd01d39a622320062f180841950ad23673809a292 (diff)
downloadViper-5865c3e50f36abe6a34ea8e7fc8e6a713c2dc5ca.tar.gz
Viper-5865c3e50f36abe6a34ea8e7fc8e6a713c2dc5ca.zip
fix: upload missing latest-linux.yml file to release
-rw-r--r--.github/workflows/release_builds.yml2
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