We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5037e8 commit 7c02a44Copy full SHA for 7c02a44
.github/workflows/arma.yml
@@ -46,7 +46,9 @@ jobs:
46
- name: Rename build folder
47
run: mv .hemttout/build .hemttout/@zen
48
- name: Upload Artifact
49
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
50
with:
51
name: zen-${{ github.sha }}-nobin
52
path: .hemttout/@*
53
+ include-hidden-files: true # Because .hemttout is a hidden directory
54
+ if-no-files-found: error
0 commit comments