Skip to content

Commit

Permalink
fix: wrong always...
Browse files Browse the repository at this point in the history
  • Loading branch information
mrneo240 committed Nov 13, 2022
1 parent e935af9 commit f387951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
output/BOX.DAT
output/ICON.DAT
- uses: actions/upload-artifact@v3
if: always
if: ${{ always() }}
with:
name: DATs
path: output/

0 comments on commit f387951

Please sign in to comment.