Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Drommedhar committed Oct 26, 2024
1 parent 420330d commit 6cc4df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
signing-policy-slug: 'release-signing'
github-artifact-id: '${{steps.Artifact.outputs.artifact-id}}'
wait-for-completion: true
output-artifact-directory: './'
output-artifact-directory: './signed-artifacts'
parameters: |
Version: ${{ toJSON(steps.project-version.outputs.version) }}
Release_Tag: "v${{ steps.project-version.outputs.version }}"
Expand All @@ -80,7 +80,7 @@ jobs:
fail_on_unmatched_files: true
files: |
version.json
release.zip
signed-artifacts/*
- uses: sarisia/actions-status-discord@v1
if: success()
Expand Down

0 comments on commit 6cc4df2

Please sign in to comment.