Skip to content

Commit

Permalink
UPDATED: transference of nds file outside the container
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 14, 2025
1 parent 6ba2022 commit 3677e9f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ jobs:
build:
name: ubuntu-latest
runs-on: ubuntu-latest
container: devkitpro/devkitarm:latest
container:
image: devkitpro/devkitarm:latest
options: --volume /tmp/artifacts:/workspace/artifacts

steps:
- uses: actions/[email protected]

- name: Build
run: |
mkdir -p /workspace/artifacts
make
cp hello-world.nds /workspace/artifacts/hello-world.nds
- name: Upload Artifacts to Workspace
run: |
mv /workspace/artifacts/hello-world.nds $GITHUB_WORKSPACE/hello-world.nds
- name: Create GitHub Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 3677e9f

Please sign in to comment.