Skip to content

Commit

Permalink
FIXED: typo in the file name
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 14, 2025
1 parent 3677e9f commit 689f42b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
run: |
mkdir -p /workspace/artifacts
make
cp hello-world.nds /workspace/artifacts/hello-world.nds
cp hello-world-nds.nds /workspace/artifacts/hello-world-nds.nds
- name: Upload Artifacts to Workspace
run: |
mv /workspace/artifacts/hello-world.nds $GITHUB_WORKSPACE/hello-world.nds
mv /workspace/artifacts/hello-world-nds.nds $GITHUB_WORKSPACE/hello-world-nds.nds
- name: Create GitHub Release
uses: ncipollo/release-action@v1
with:
artifacts: hello-world.nds
artifacts: hello-world-nds.nds
tag: v1.0
name: "Release v1.0"
body: "Automated release of version v1.0"
Expand Down

0 comments on commit 689f42b

Please sign in to comment.