Skip to content

Commit 2db0015

Browse files
committed
WIP
1 parent acf9fc0 commit 2db0015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/easy_compile/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
shell: bash
4545
run: easy_compile package
4646
- name: Upload artifacts
47-
if: "${{ inputs.step == 'compile' }}"
47+
if: ${{ always() }}
4848
uses: actions/upload-artifact@v4
4949
with:
5050
name: "stage-${{ runner.os }}-${{ runner.arch }}"

0 commit comments

Comments
 (0)