mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 16:49:09 +00:00
Use Github Actions instead of Travis
Moved MSVC to Github Actions as well.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
# Copy documentation
|
||||
cp license.txt "$REV_NAME"
|
||||
cp README.md "$REV_NAME"
|
||||
|
||||
cp dist/threeSDumper.gm9 "$REV_NAME/dist"
|
||||
|
||||
7z a "$REV_NAME.zip" $REV_NAME
|
||||
|
||||
# move the compiled archive into the artifacts directory to be uploaded by gh action releases
|
||||
mv "$REV_NAME.zip" artifacts/
|
||||
Reference in New Issue
Block a user