Skip to content

Commit

Permalink
Fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Apr 25, 2021
1 parent d096446 commit 1d0c2ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ jobs:
- name: Upload
run: |
cd $GITHUB_WORKSPACE
dotnet nuget push ./packages/*.nupkg -k ${{ secrets.NUGET_PACKAGE }} -s https://api.nuget.org/v3/index.json
dotnet nuget push ./nuget/*.nupkg -k ${{ secrets.NUGET_PACKAGE }} -s https://api.nuget.org/v3/index.json
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: Nuget Packages
path: ./packages/*
path: ./nuget/*
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Tzolkin Changelog

## Version 0.9.19 (2021-04-25)

Fixed addition and subtraction in TzolkinNumber and TzolkinGlyph.

## Version 0.9.18 (2021-04-25)

Fixed addition and subtraction in TzolkinNumber and TzolkinGlyph.
Expand Down

0 comments on commit 1d0c2ec

Please sign in to comment.