File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build :
9
- # This is a *private* build container.
10
- # See docs/github_actions.md for more information.
11
- container : ghcr.io/dbalatoni13/nfs-gc-build:main
12
-
13
- runs-on : ubuntu-latest
9
+ runs-on : windows-2022
14
10
strategy :
15
11
fail-fast : false
16
12
matrix :
30
26
31
27
# Copy the original files to the workspace
32
28
- name : Prepare
33
- run : cp -R /orig .
29
+ shell : pwsh
30
+ run : |
31
+ curl -L -H "Authorization: Bearer ${{ secrets.ORIG_FILES_TOKEN }}" `
32
+ -H "Accept: application/octet-stream" `
33
+ "https://github.com/dbalatoni13/nfs-gc-build/releases/download/${{ matrix.version }}/main.dol" `
34
+ --output orig/${{ matrix.version }}/sys/main.dol
34
35
35
36
# Build the project
36
37
- name : Build
You can’t perform that action at this time.
0 commit comments