Skip to content

Commit

Permalink
Attempt to fix GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
simshaun committed Jan 16, 2023
1 parent cef83d2 commit 366bf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Archive the App build
- name: Create App archive
run: Compress-Archive -Path $env:Project_Directory\bin\Release\publish\* -DestinationPath $env:Project_Directory\bin\$env:Portable_Archive
run: Compress-Archive -Path $env:Project_Directory\bin\Release\* -DestinationPath $env:Project_Directory\bin\$env:Portable_Archive

# Get the name of the tag that was pushed
- name: Get the version
Expand Down

0 comments on commit 366bf51

Please sign in to comment.