Skip to content

Commit

Permalink
Branch name only. #1410
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Mar 8, 2024
1 parent bd3d567 commit 55997d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testbed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
run: |
set -e
make -C testbed
cp testbed/testbed.json testbed/testbed-${{ github.ref }}.json
cp testbed/testbed.json testbed/testbed-${{ github.ref_name }}.json
- name: Publish the result
uses: actions/upload-artifact@v4
with:
name: development-testbed
path: testbed/testbed-${{ github.ref }}.json
path: testbed/testbed-${{ github.ref_name }}.json
if-no-files-found: error
overwrite: true

0 comments on commit 55997d0

Please sign in to comment.