diff --git a/.forgejo/actions/artifact-upload/action.yml b/.forgejo/actions/artifact-upload/action.yml index 1d0b408..168beea 100644 --- a/.forgejo/actions/artifact-upload/action.yml +++ b/.forgejo/actions/artifact-upload/action.yml @@ -15,7 +15,7 @@ runs: steps: - name: collect shell: sh - run: "true" + run: "/bin/env" - name: upload shell: sh - run: "true" + run: "/bin/true"