Skip to content

Commit

Permalink
fix ci bug 🤡
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Jan 13, 2023
1 parent e4d9ca8 commit 17b199d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
desktop-win:
runs-on: windows-2022
runs-on: windows-latest

steps:
- name: Checkout
Expand All @@ -31,7 +31,7 @@ jobs:
path: .\publish

console-win:
runs-on: windows-2022
runs-on: windows-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- run: Compress-Archive -Path .\publish\* -DestinationPath ${{ env.OUT_DIR }}/${{env.NAME}}-${{env.VERSION_APP}}.zip
- run: Compress-Archive -Path .\publish_cli\* -DestinationPath ${{ env.OUT_DIR }}/${{env.NAME}}.Console-${{steps.get_version_cli.outputs.assembly-version}}.zip
- run: Compress-Archive -Path .\download\${{env.ARTIFACT_CLI_LIN}}"\* -DestinationPath ${{ env.OUT_DIR }}/${{env.NAME}}.ConsoleLinux-${{steps.get_version_cli.outputs.assembly-version}}.zip
- run: Compress-Archive -Path ".\download\${{env.ARTIFACT_CLI_LIN}}\*" -DestinationPath ${{ env.OUT_DIR }}/${{env.NAME}}.ConsoleLinux-${{steps.get_version_cli.outputs.assembly-version}}.zip

##########################################
# RELEASE
Expand Down

0 comments on commit 17b199d

Please sign in to comment.