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 ad3f2f3 commit 8959c16Copy full SHA for 8959c16
1 file changed
.github/workflows/build-worker-bundles.yml
@@ -26,11 +26,17 @@ jobs:
26
archive: false
27
28
release:
29
+ needs: build-worker-bundles
30
runs-on: ubuntu-latest
31
steps:
32
- uses: actions/download-artifact@v8
33
+ with:
34
+ skip-decompress: true
35
+ merge-multiple: true
36
- uses: softprops/action-gh-release@v3
37
with:
38
+ tag_name: dev+${{ github.sha }}
39
+ target_commitish: ${{ github.sha }}
40
prerelease: true
41
files: |
42
worker-*.tar.xz
0 commit comments