mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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
13 lines
408 B
Bash
Executable File
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"
|