From 12069d935fc2642c161b5f1772309e18d25df9e2 Mon Sep 17 00:00:00 2001 From: BobDaGithubAccount Date: Tue, 22 Oct 2024 16:03:22 +0100 Subject: [PATCH] Changed workflows - (just commiting to see if the permissions are now correctly configured) --- .github/workflows/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 04c9314..1becc11 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -1,5 +1,4 @@ bash .github/workflows/setup.sh -pwd cd lib wasm-pack build --target web cd ..