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
|
||||
run: |
|
||||
go build
|
||||
ls -lR
|
||||
# - name: Upload artifacts
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: build-artifact
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
paths: home-automation-backend
|
||||
retention-days: 1
|
||||
|
||||
# nightly-tests:
|
||||
# runs-on: [ubuntu-latest, cloud]
|
||||
|
||||
Reference in New Issue
Block a user