Skip to content

Commit

Permalink
CI: fix ez80-clang artifacts fetcher links
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Sep 17, 2023
1 parent 98c877b commit e868c54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu, macos, windows]
runs-on: [ubuntu-20.04, macos-11, windows-latest]
compressed: [YES, NO]
include:
- nul: /dev/null
- runs-on: macos
- runs-on: macos-11
fasmg: /source/macos/x64/fasmg
- runs-on: windows
- runs-on: windows-latest
fasmg: /fasmg.exe
env: "env:"
exe: .exe
nul: nul
ldflags: LDFLAGS="-static-libgcc -static-libstdc++ -static"
- runs-on: ubuntu
- runs-on: ubuntu-20.04
fasmg: /fasmg.x64
runs-on: ${{matrix.runs-on}}-latest
runs-on: ${{matrix.runs-on}}
steps:
- name: Prepare Build Environment
run: cmake -E echo >> $${{matrix.env}}GITHUB_PATH ${{env.CEDEV_BIN}}
Expand All @@ -49,7 +49,7 @@ jobs:
id: ez80-clang
uses: carlosperate/[email protected]
with:
file-url: ${{env.HOST_DOMAIN}}/artifact?repo=llvm-project&branch=z80&file=ez80-clang${{matrix.exe}}-${{runner.os}}Release
file-url: ${{env.HOST_DOMAIN}}/artifact?repo=llvm-project&branch=z80&file=ez80-clang${{matrix.exe}}-${{matrix.runs-on}}Release
- name: Extract ez80-clang
uses: DuckSoft/[email protected]
with:
Expand All @@ -60,7 +60,7 @@ jobs:
id: ez80-link
uses: carlosperate/[email protected]
with:
file-url: ${{env.HOST_DOMAIN}}/artifact?repo=llvm-project&branch=z80&file=ez80-link${{matrix.exe}}-${{runner.os}}Release
file-url: ${{env.HOST_DOMAIN}}/artifact?repo=llvm-project&branch=z80&file=ez80-link${{matrix.exe}}-${{matrix.runs-on}}Release
- name: Extract ez80-link
uses: DuckSoft/[email protected]
with:
Expand Down

0 comments on commit e868c54

Please sign in to comment.