Skip to content

Commit 95c6202

Browse files
committed
chore: fix github action build
1 parent f70967d commit 95c6202

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/graalvm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
with:
7575
name: ${{ steps.native-build.outputs.native_image_name }}
7676
path: |
77-
# build/${{ github.event.repository.name }}*.tar.gz
7877
build/${{ steps.native-build.outputs.native_image_name }}
7978
if-no-files-found: error
8079

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ $ native-image \
149149

150150
<hr>
151151

152-
* [GraalVM CE Version Roadmap](https://www.graalvm.org/release-notes/version-roadmap/)
152+
* [GraalVM CE Version Roadmap](https://www.graalvm.org/release-notes/release-calendar/)
153153
* [Graalvm CE Builds](https://github.com/graalvm/graalvm-ce-builds/releases/)
154154
* [Graalvm CE Dev Builds](https://github.com/graalvm/graalvm-ce-dev-builds/releases/)
155155
* [Graalvm CE Docker Image](https://github.com/graalvm/container/pkgs/container/graalvm-ce)

0 commit comments

Comments
 (0)