Skip to content

Commit

Permalink
sgsgsgsgsg
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 16, 2024
1 parent f0a4d6e commit e5c0923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Publish for Windows x64
if: matrix.os == 'windows-latest'
shell: bash
run: dotnet publish -c Release -r win-x64 --self-contained Refresher /p:Version=${VERSION}
run: dotnet publish -c Release -r win-x64 --self-contained Refresher //p:Version=${VERSION}

- name: Upload Linux x64 build
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit e5c0923

Please sign in to comment.