Skip to content

Commit

Permalink
Update DInvoke.NetFramework.CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWover authored Oct 29, 2020
1 parent 770370c commit 0f64a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DInvoke.NetFramework.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Display version number
run: echo "VERSION ${{ env.VERSION }}"
- name: Pack NuGet
run: nuget pack -Version ${{ env.VERSION }} -Prop Configuration=Release
run: nuget pack DInvoke\DInvoke\DInvoke.csproj -Version ${{ env.VERSION }} -Prop Configuration=Release
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 0f64a04

Please sign in to comment.