mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-08-24 06:47:11 +00:00
Prepared improved CI action
This commit is contained in:
20
build/ci_bundle.sh
Normal file
20
build/ci_bundle.sh
Normal file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Available platforms:
|
||||
# - windows-2019
|
||||
# - windows-2022
|
||||
# - macos-11
|
||||
# - macos-12
|
||||
# - macos-13
|
||||
# - ubuntu-20.04
|
||||
# - ubuntu-22.04
|
||||
|
||||
version=$(<./build/version.txt)
|
||||
|
||||
mkdir bundle
|
||||
|
||||
# mv artifacts/*/rolens-macos-11.zip bundle/
|
||||
# mv artifacts/*/rolens-macos-11.zip bundle/
|
||||
|
||||
ls
|
||||
echo "$version"
|
Reference in New Issue
Block a user