Skip to content

Commit

Permalink
Repoint CI ROM pull to X16Community repo (commanderx16#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur authored Feb 13, 2023
1 parent 06816b5 commit 96961d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Download latest ROM
id: download
run: |
gh run download -R commanderx16/x16-rom -n "ROM Image" --dir latest_rom
gh run download -R X16Community/x16-rom -n "ROM Image" --dir latest_rom
shell: cmd
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Download latest ROM
id: download
run: |
gh run download -R commanderx16/x16-rom -n "ROM Image" --dir latest_rom
gh run download -R X16Community/x16-rom -n "ROM Image" --dir latest_rom
shell: cmd
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Download latest ROM
id: download
run: |
gh run download -R commanderx16/x16-rom -n "ROM Image" --dir latest_rom
gh run download -R X16Community/x16-rom -n "ROM Image" --dir latest_rom
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Copy ROM
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Download latest ROM
id: download
run: |
gh run download -R commanderx16/x16-rom -n "ROM Image" --dir latest_rom
gh run download -R X16Community/x16-rom -n "ROM Image" --dir latest_rom
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Copy ROM
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Download latest ROM
id: download
run: |
gh run download -R commanderx16/x16-rom -n "ROM Image" --dir latest_rom
gh run download -R X16Community/x16-rom -n "ROM Image" --dir latest_rom
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Copy ROM
Expand All @@ -170,7 +170,7 @@ jobs:
- name: Download latest ROM
id: download
run: |
gh run download -R commanderx16/x16-rom -n "ROM Image" --dir latest_rom
gh run download -R X16Community/x16-rom -n "ROM Image" --dir latest_rom
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build Emulator
Expand All @@ -184,5 +184,5 @@ jobs:
file emu_binaries/*
- uses: actions/upload-artifact@v3
with:
name: X16-Emu Webassembly
name: X16-Emu WebAssembly
path: emu_binaries/*

0 comments on commit 96961d8

Please sign in to comment.