Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Aug 23, 2024
1 parent 23836d6 commit 1ad7630
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
- uses: actions/checkout@v3
- name: make
run: make
- name: Extract and Print Repository Name
run: |
export REPO_NAME="${{ github.repository }}"
export REPO_NAME_ONLY="${REPO_NAME##*/}"
- name: Upload binary
uses: actions/upload-artifact@v3
with:
name: Build
path: |
ThirdTube.3dsx
ThirdTube.cia
$REPO_NAME_ONLY.3dsx
$REPO_NAME_ONLY.cia

0 comments on commit 1ad7630

Please sign in to comment.