Lets see if we can upload artifacts
This commit is contained in:
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
@@ -19,11 +19,11 @@ jobs:
|
|||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: |
|
run: |
|
||||||
go build
|
go build
|
||||||
ls -lR
|
- name: Upload artifacts
|
||||||
# - name: Upload artifacts
|
uses: actions/upload-artifact@v3
|
||||||
# uses: actions/upload-artifact@v3
|
with:
|
||||||
# with:
|
paths: home-automation-backend
|
||||||
# name: build-artifact
|
retention-days: 1
|
||||||
|
|
||||||
# nightly-tests:
|
# nightly-tests:
|
||||||
# runs-on: [ubuntu-latest, cloud]
|
# runs-on: [ubuntu-latest, cloud]
|
||||||
|
|||||||
Reference in New Issue
Block a user