rgrwsgdrwg
This commit is contained in:
parent
b403a8541b
commit
34c2561e4a
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: cachyos/cachyos
|
||||
image: cachyos/docker-makepkg:latest
|
||||
steps:
|
||||
- run: |
|
||||
mkdir builddir
|
||||
|
@ -14,6 +14,6 @@ jobs:
|
|||
cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../
|
||||
cmake --build .
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: my-artifact
|
||||
path: wt95.exe
|
||||
with:
|
||||
name: my-artifact
|
||||
path: wt95.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue