Skip to content

Commit

Permalink
feat: Upload artifact (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3caf committed Sep 10, 2024
1 parent 6b93d17 commit 824958b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/validate_pr_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

jobs:
validate-pr-artifact:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -19,4 +19,13 @@ jobs:
- name: Validate PR Artifact
uses: "./.github/actions/build-validate-artifact"
with:
command-args: ${{ github.ref == 'refs/heads/main' && '--output-artifact' || '' }}
command-args: '--output-artifact'
#command-args: ${{ github.ref == 'refs/heads/main' && '--output-artifact' || '' }}
- name: Upload artifact
#if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
with:
path: './build/*'
# release:
# needs: validate
# steps:

0 comments on commit 824958b

Please sign in to comment.