Skip to content

Commit

Permalink
ci: fix zenith workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 7, 2024
1 parent 20842bb commit 162f5f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
SPIN_AUTH_TOKEN: ${{ secrets.SPIN_AUTH_TOKEN }}
- name: Run Dagger Pipelines
run: |
dagger download build --src .
dagger build --src . --output=.
mkdir -p target/wasm32-wasi && mv release target/wasm32-wasi
dagger call deploy --src . --auth-token SPIN_AUTH_TOKEN
working-directory: example
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentci/spin",
"version": "0.9.0",
"version": "0.9.1",
"exports": "./mod.ts",
"importMap": "import_map.json",
"tasks": {
Expand Down
3 changes: 1 addition & 2 deletions src/dagger/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pipeline from "./pipeline.ts";
import { build, deploy, jobDescriptions } from "./jobs.ts";

export { pipeline, build, deploy, jobDescriptions };
export { build, deploy, jobDescriptions };

0 comments on commit 162f5f2

Please sign in to comment.