Skip to content

Commit

Permalink
Fixed folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Jun 20, 2020
1 parent 2b71f71 commit 9e0944a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 🧪 Test
run: dotnet test --no-restore --verbosity normal
- name: 🗜 Compress build files # This would actually build your project, using zip for an example artifact
run: zip --junk-paths ./Paramdigma.Core.zip ./src/bin/Release/netstandard2.1/*
run: zip --junk-paths ./Paramdigma.Core.zip ./src/bin/Release/netstandard2.0/*

- name: 📘 Create Release
id: create_release
Expand Down

0 comments on commit 9e0944a

Please sign in to comment.