mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-28 19:38:45 +00:00
* Initial implementation * Multiple fixes and improvemens * Better `curl` retries timing * Remove unused `TARGETOS` and `TARGETVARIANT` vars; add the version fetch fallback code to the build scripts * Move the fallback code before the var usage * Use double braces to make the code compatible with the `set -u` --------- Co-authored-by: Konstantin Koval
6 lines
73 B
Bash
Executable File
6 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
cd /output
|
|
tar czfv /artifacts.tar.gz ./*
|