Skip to content

Commit

Permalink
Mixup YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckhoupt authored Jul 16, 2024
1 parent 2c69698 commit 2882311
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev tk-dev
- run: ./cibuild
- name: Archive build
uses: actions/upload-artifact@v4
with:
name: als-prolog-linux
path: als-prolog-linux.tgz
uses: actions/upload-artifact@v4
with:
name: als-prolog-linux
path: als-prolog-linux.tgz


MacOS:
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- run: ./cibuild
- name: Archive build
uses: actions/upload-artifact@v4
with:
name: als-prolog-darwin
path: als-prolog-darwin.tgz
uses: actions/upload-artifact@v4
with:
name: als-prolog-darwin
path: als-prolog-darwin.tgz

0 comments on commit 2882311

Please sign in to comment.