Skip to content

Commit

Permalink
🔧 update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hraško committed Dec 19, 2023
1 parent 298479e commit e711fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
mkdir _publish.all
- name: Windows x64 Build
run: |
dotnet publish -c Release -o ./_publish.win-x64 -r win-x64 --self-contained
dotnet publish ./jwl.console -c Release -o ./_publish.win-x64 -r win-x64 --self-contained
cd ./_publish.win-x64
cp ../LICENSE .
zip -r9v ../_publish.all/jira-worklogger.${VERSION}.win.x64.zip .
Expand All @@ -53,7 +53,7 @@ jobs:
# cd ..
- name: Portable Build
run: |
dotnet publish -c Release -o ./_publish.portable --no-self-contained -p:PublishTrimmed=false
dotnet publish ./jwl.console -c Release -o ./_publish.portable --no-self-contained -p:PublishTrimmed=false
cd ./_publish.portable
cp ../LICENSE .
zip -r9v ../_publish.all/jira-worklogger.${VERSION}.portable.zip .
Expand Down

0 comments on commit e711fee

Please sign in to comment.