Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 16, 2023
1 parent abb3997 commit 7ceb13f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,10 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
if: startsWith(github.ref, 'refs/tags/')
working-directory: build
with:
if-no-files-found: error
name: ${{ matrix.config.name }}
path: artifacts
path: build/artifacts

# - name: Upload Artifact
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7ceb13f

Please sign in to comment.