Skip to content

Commit

Permalink
Always save build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
GrieferAtWork committed May 10, 2023
1 parent eb2edde commit a07dc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-x32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
unlink lib/LANGUAGE.txt || true
- name: Save executable as artifact
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}-${{ github.sha }}-build-x32
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
unlink lib/LANGUAGE.txt || true
- name: Save executable as artifact
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}-${{ github.sha }}-build-x64
Expand Down

0 comments on commit a07dc7c

Please sign in to comment.