We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205f075 commit d28cd4eCopy full SHA for d28cd4e
1 file changed
.github/workflows/ubuntu.yml
@@ -41,7 +41,7 @@ jobs:
41
make
42
43
- name: Archive the build artifacts
44
- uses: actions/upload-artifact@latest
+ uses: actions/upload-artifact@v4
45
with:
46
name: app
47
- path: build/app_executable_name
+ path: build/
0 commit comments