Skip to content

Commit

Permalink
fix: Add config file template to Windows zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Apr 9, 2024
1 parent d27f0a7 commit 2510f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
Copy-Item -Path ./src/config/production_template.yaml -Destination ./config/
Copy-Item -Path ./src/config/schedule_template.yaml -Destination ./config/
Compress-Archive -Path "./config" -Update -DestinationPath "./${env:DIST_FILE_NAME}-${{ needs.release-please.outputs.release_tag_name }}-win.zip"
Compress-Archive -Path "./config" -Update -DestinationPath "./${env:DIST_FILE_NAME}-${{ needs.release-please.outputs.release_version }}-win.zip"
- name: Upload to existing release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 2510f55

Please sign in to comment.