Skip to content

Commit

Permalink
update versions for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
auouymous committed Jun 18, 2024
1 parent 4670244 commit 5b89ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch tags
- run: ./bootstrap.sh
- run: ./build.sh
- run: ./bundle.sh
- run: ./release.sh _build/pythonbase.app $(git describe --tags)
- run: rm -Rf _build/pythonbase.app/ _build/run-*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bundle
path: /Users/runner/work/gpodder-osx-bundle/gpodder-osx-bundle/_build
Expand Down

0 comments on commit 5b89ecf

Please sign in to comment.