Skip to content

Commit

Permalink
fiddle with github action
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Jul 21, 2024
1 parent 7b628ad commit b497960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- run: /usr/bin/docker build -t ${{ github.job }} -f build/Dockerfile .
# actually build .mkp file
- run: /usr/bin/docker run --volume $PWD:/source ${{ github.job }}
- run: ls -l ./*.mkp
# upload results
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./*.mkp
retention-days: 1
Expand Down

0 comments on commit b497960

Please sign in to comment.