Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-1amstudios committed Nov 3, 2023
1 parent 3fc4f59 commit 7458df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
PLATFORM_ARCH: ${{ matrix.platform.arch }}
- name: Upload Artifact
if: startsWith(github.ref, 'refs/tags/') || github.ref_name == 'main'
if: startsWith(github.ref, 'refs/tags/') || github.ref_name == 'main' || github.ref_name == 'ci-debug'
uses: actions/upload-artifact@v3
with:
name: ${{ steps.build.outputs.filename }}
Expand Down

0 comments on commit 7458df7

Please sign in to comment.