Skip to content

Commit 0ef86ec

Browse files
committed
feat: update with latest sdk changes
1 parent 82010ea commit 0ef86ec

File tree

11 files changed

+164
-164
lines changed

11 files changed

+164
-164
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use_vorpal() {
2-
source "$(vorpal artifact make "dev" . --path)/bin/activate"
2+
source "$(vorpal artifact make "dev" --path)/bin/activate"
33
}
44

55
use vorpal

.github/workflows/vorpal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3232

3333
- run: |
34-
vorpal artifact make '${{ matrix.artifact }}' .
34+
vorpal artifact make '${{ matrix.artifact }}'

0 commit comments

Comments
 (0)