Skip to content

Commit

Permalink
action: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongnemo committed Mar 10, 2024
1 parent 874eebe commit 27d5db9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cli-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: prompt/actions-commit-hash@v3

- name: Setup dotnet
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.x" # SDK Version to use; x will use the latest version of the 3.1 channel

- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build win-x64
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
cp SonicLair.Cli/builtWinx64/SonicLair.Cli.exe win64/
- name: Bundle win-x64
uses: vimtor/action-zip@v1
uses: vimtor/action-zip@v1.2
with:
files: win64
dest: SonicLair.Cli-${{steps.short.outputs.short}}-win-x64.zip
Expand All @@ -50,7 +50,7 @@ jobs:
cp SonicLair.Cli/builtWinx86/SonicLair.Cli.exe win86/
- name: Bundle win-x86
uses: vimtor/action-zip@v1
uses: vimtor/action-zip@v1.2
with:
files: win86
dest: SonicLair.Cli-${{steps.short.outputs.short}}-win-x86.zip
Expand Down

0 comments on commit 27d5db9

Please sign in to comment.