Skip to content

Commit

Permalink
Fix markdown printing job (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Jan 8, 2024
1 parent 765f8a7 commit 151f40d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_aws_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,11 @@ jobs:
uses: actions/download-artifact@v3
with:
name: manifest_aws_x86_64.json
path: manifest_aws_x86_64.json

- name: Download arm64 manifest
uses: actions/download-artifact@v3
with:
name: manifest_aws_arm64.json
path: manifest_aws_arm64.json

# The manifest file look like this:
# "builds": [
Expand Down

0 comments on commit 151f40d

Please sign in to comment.