Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Dec 28, 2024
1 parent 26bdc26 commit 8162b68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:

- name: Get current date
id: date
run: echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
run: echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT

- name: Compress archive
run: Compress-Archive -Path FriishProduce\FriishProduce\* -DestinationPath out.zip

0 comments on commit 8162b68

Please sign in to comment.