7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -17,4 +17,9 @@ jobs:
|
|||||||
- name: Build glorytun
|
- name: Build glorytun
|
||||||
run: |
|
run: |
|
||||||
./sodium.sh
|
./sodium.sh
|
||||||
make
|
make prefix=. install
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: bin
|
||||||
|
path: ./bin
|
||||||
|
|||||||
Reference in New Issue
Block a user