mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Update nightly.yml
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
||||||
odin run examples/demo/demo.odin
|
odin run examples/demo/demo.odin
|
||||||
- name: upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: exe
|
name: exe
|
||||||
@@ -33,16 +33,14 @@ jobs:
|
|||||||
upload_b2:
|
upload_b2:
|
||||||
runs-on: [linux]
|
runs-on: [linux]
|
||||||
needs: [build]
|
needs: [build]
|
||||||
container:
|
|
||||||
image: python:3.7-alpine
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install B2 CLI
|
- name: Install B2 CLI
|
||||||
shell: bash
|
shell: bash
|
||||||
run: sudo pip install --upgrade b2
|
run: sudo pip install --upgrade b2
|
||||||
- name: download exe
|
- name: Download exe
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: exe
|
name: exe
|
||||||
- name: List artifact
|
- name: List artifacts
|
||||||
run: find . -type f -printf "%T@ %p\n" | sort -nr | cut -d\ -f2-
|
run: find . -type f -printf "%T@ %p\n" | sort -nr | cut -d\ -f2-
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user