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 c251f7b commit 009db03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v3
- name: make
run: make
- name: Extract and Print Repository Name
- name: Extract repository name
run: |
export REPO_NAME="${{ github.repository }}"
export REPO_NAME_ONLY="${REPO_NAME##*/}" >> $GITHUB_ENV
REPO_NAME="${{ github.repository }}"
echo "REPO_NAME_ONLY='${REPO_NAME##*/}'" >> $GITHUB_ENV
- name: Upload binary
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 009db03

Please sign in to comment.