Skip to content

Commit

Permalink
Fix archive structure and pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Aug 21, 2024
1 parent eea3c27 commit ad650bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cp -r E5Renewer.Modules.YamlParser/bin/Release/net${{ matrix.dotnet }}/publish dist/modules/E5Renewer.Modules.YamlParser
- name: "Create archive"
run: "7z a E5Renewer-${{ steps.build-env-info.outputs.system }}-${{ steps.build-env-info.outputs.machine }}.7z dist/*"
run: "7z a E5Renewer-${{ steps.build-env-info.outputs.system }}-${{ steps.build-env-info.outputs.machine }}.7z ./dist/*"
- name: "Upload archive"
uses: "actions/upload-artifact@v4"
with:
Expand All @@ -61,5 +61,6 @@ jobs:
- name: "Create release"
uses: "softprops/action-gh-release@v2"
with:
files: "E5Renewer*.7z"
files: "**/E5Renewer-*.7z"
generate_release_notes: true
fail_on_unmatched_files: true

0 comments on commit ad650bf

Please sign in to comment.