Skip to content

Commit

Permalink
stable updated
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Jul 21, 2024
1 parent 51ea360 commit eee981a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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
- run: /usr/bin/docker run --volume $PWD:/source ${{ github.job }}
# upload results
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./*.mkp
retention-days: 1
Expand All @@ -22,7 +22,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 eee981a

Please sign in to comment.