Skip to content

Commit 9ec0b63

Browse files
committed
fix cd.www
* Apparently the release download gha broke semver. * Lesson learned: don’t update actions that are working, ever.
1 parent a35b02e commit 9ec0b63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd.www.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- uses: robinraju/release-downloader@v1.11
2929
with:
3030
releaseId: ${{ github.event.release.id || github.event.inputs.release-id }}
31+
fileName: pkgx-*.tar.xz
32+
33+
- run: ls -la
3134

3235
- name: Unpack Binaries
3336
run: |

0 commit comments

Comments
 (0)