Skip to content

Commit

Permalink
test new paths for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Oct 5, 2023
1 parent f540a77 commit 0362efc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/foundry-1155-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: "1155-contracts"
on: push

jobs:
contracts-1155:
# we need to append a c as to not
# allow an integer here
c1155:
uses: ./.github/workflows/foundry-base.yml
with:
package: "1155-contracts"
contracts-protocol-rewards:
protocol-rewards:
uses: ./.github/workflows/foundry-base.yml
with:
package: "protocol-rewards"
4 changes: 2 additions & 2 deletions .github/workflows/foundry-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
name: $build_artifact
path: |
${package_folder}/cache
${package_folder}/out
${{ $package_folder }}/cache
${{ $package_folder }}/out
retention-days: 1

coverage:
Expand Down

0 comments on commit 0362efc

Please sign in to comment.