trying to save to home
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
publish-automate-function-version: # make sure the action works on a clean machine without building
|
||||
env:
|
||||
FUNCTION_SCHEMA_PATH: ./functionSchema.json
|
||||
FUNCTION_SCHEMA_PATH: ${HOME}/functionSchema.json
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.4.0
|
||||
@@ -24,6 +24,7 @@ jobs:
|
||||
run: |
|
||||
dotnet build
|
||||
echo $(dotnet run generate-schema) > ${{ env.FUNCTION_SCHEMA_PATH }}
|
||||
cat ${{ env.FUNCTION_SCHEMA_PATH }}
|
||||
- name: Speckle Automate Function - Build and Publish
|
||||
uses: specklesystems/speckle-automate-github-composite-action@0.3.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user