Skip to content

Commit 0836018

Browse files
authored
fix: getting the latest artifact from the correct ci file
We changed the way the ci in ArkScript/Ark worked, so we had to change this here to since we are getting artifacts from Ark (to avoid building it again) to run the standard library tests. The file in which the ci is defined changed, as well as the artifact names. Here we are just taking one made for Ubuntu, the others should work as well (this is already being tested in the Ark ci on each platform and compiler when a PR / new commit to dev is made).
1 parent 74142eb commit 0836018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
uses: dawidd6/action-download-artifact@v2
1919
with:
2020
github_token: ${{secrets.GITHUB_TOKEN}}
21-
workflow: linux-gcc.yml
21+
workflow: ci.yml
2222
branch: dev
23-
name: ark-linux-gcc-version
23+
name: ubuntu-gcc-11
2424
path: bin
2525
repo: ArkScript-lang/Ark
2626

0 commit comments

Comments
 (0)