We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf9fc0 commit 2db0015Copy full SHA for 2db0015
.github/actions/easy_compile/action.yml
@@ -44,7 +44,7 @@ runs:
44
shell: bash
45
run: easy_compile package
46
- name: Upload artifacts
47
- if: "${{ inputs.step == 'compile' }}"
+ if: ${{ always() }}
48
uses: actions/upload-artifact@v4
49
with:
50
name: "stage-${{ runner.os }}-${{ runner.arch }}"
0 commit comments