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 7238e94 commit 51ea360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# build container image for package creation
- run: /usr/bin/docker build -t ${{ github.job }} -f build/Dockerfile .
# actually build .mkp file
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
needs: build-package
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
- run: cd artifact && md5sum *.mkp > md5sums.txt
- run: cd artifact && sha256sum *.mkp > sha256sums.txt
- uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 51ea360

Please sign in to comment.