Skip to content

Commit

Permalink
workflow: correct reference to 'built/'
Browse files Browse the repository at this point in the history
Add BulletSimVersionInfo for non-Windows build
  • Loading branch information
Misterblue committed Dec 4, 2023
1 parent a5c9c7d commit c43fb86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
shell: bash
run: |
mkdir built
cp bulletsim/BulletSimVersionInfo built/
cp bulletsim/*.${{ matrix.ext }} built/
Expand All @@ -131,7 +132,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: BulletSim-${{ matrix.osclass }}-${{ env.BuildDate }}
path: bulletsim/built/*
path: built/*
if-no-files-found: error

# vim: tabstop=2 shiftwidth=2 autoindent expandtab
Expand Down

0 comments on commit c43fb86

Please sign in to comment.