We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670244 commit 5b89ecfCopy full SHA for 5b89ecf
.github/workflows/build.yml
@@ -11,15 +11,15 @@ jobs:
11
12
runs-on: macos-11
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
with:
16
fetch-depth: 0 # fetch tags
17
- run: ./bootstrap.sh
18
- run: ./build.sh
19
- run: ./bundle.sh
20
- run: ./release.sh _build/pythonbase.app $(git describe --tags)
21
- run: rm -Rf _build/pythonbase.app/ _build/run-*
22
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
23
24
name: bundle
25
path: /Users/runner/work/gpodder-osx-bundle/gpodder-osx-bundle/_build
0 commit comments