Skip to content

Commit

Permalink
chore: fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jun 20, 2024
1 parent 7cd4734 commit 5d42180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:

# TODO: should we deploy this way or use ao cli to deploy the module?
# - name: Deploy to AOS
# run: aos --load contract/src/main.lua --wallet wallet.json devnet
# run: aos --load /src/main.lua --wallet wallet.json devnet
2 changes: 1 addition & 1 deletion ar-io-ao-0.1-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package = "ar-io-ao"
version = "0.1-1"
rockspec_format = "3.0"
source = {
url = "./contract/src/main.lua"
url = "./src/main.lua"
}
dependencies = {
"busted >= 2.2.0",
Expand Down

0 comments on commit 5d42180

Please sign in to comment.