Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 16, 2024
1 parent a3bc19d commit 8465191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/executable-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: ~
path: ${{ github.workspace }}

build-simulator:
name: "Build Simulator"
Expand All @@ -88,7 +88,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: my-artifact
path: ${{ github.workspace }}
# path: ${{ github.workspace }}

- name: Build Simulator
uses: ./actions/.github/actions/build-simulator
Expand Down

0 comments on commit 8465191

Please sign in to comment.