Files
firezone/scripts/build/tauri-upload-ubuntu.sh
Reactor Scram 64f0427ef4 ci(gui-client): hide the Linux GUI deb since it's not ready yet (#4258)
It's still in the CI artifacts for easy testing, but there's no point
letting users see it since it's in the middle of the process split
re-architect
2024-03-21 23:49:34 +00:00

13 lines
408 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# This artifact name is tied to the update checker in `gui-client/src-tauri/src/client/updates.rs`
# Before publishing the deb re-check this checklist: <https://github.com/firezone/firezone/issues/3884>
#gh release upload "$TAG_NAME" \
# "$BINARY_DEST_PATH"_amd64.deb \
# "$BINARY_DEST_PATH"_amd64.deb.sha256sum.txt \
# --clobber \
# --repo "$REPOSITORY"