diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e386d4c..6a06e64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,56 +68,56 @@ jobs: tar -cvzf macOSMonterey.tar.gz themes/macOSMonterey tar -cvzf macOSMonterey-White.tar.gz themes/macOSMonterey-White - - name: Uploading `macOSBigSur` bitmaps - uses: actions/upload-artifact@v2 - with: - name: bitmaps - path: bitmaps/* - - name: Uploading `macOSBigSur` UNIX Theme uses: actions/upload-artifact@v2 with: name: macOSBigSur path: macOSBigSur.tar.gz - - name: Uploading `macOSMonterey` UNIX Theme - uses: actions/upload-artifact@v2 - with: - name: macOSMonterey - path: macOSMonterey.tar.gz - - - name: Uploading `macOSBigSur-White` UNIX Theme - uses: actions/upload-artifact@v2 - with: - name: macOSBigSur-White - path: macOSBigSur-White.tar.gz - - - name: Uploading `macOSMonterey-White` UNIX Theme - uses: actions/upload-artifact@v2 - with: - name: macOSMonterey-White - path: macOSMonterey-White.tar.gz - - name: Uploading `macOSBigSur` Windows Theme uses: actions/upload-artifact@v2 with: name: macOSBigSur-Windows path: themes/macOSBigSur-Windows/* + - name: Uploading `macOSMonterey` UNIX Theme + uses: actions/upload-artifact@v2 + with: + name: macOSMonterey + path: macOSMonterey.tar.gz + - name: Uploading `macOSMonterey` Windows Theme uses: actions/upload-artifact@v2 with: name: macOSMonterey-Windows path: themes/macOSMonterey-Windows/* + - name: Uploading `macOSBigSur-White` UNIX Theme + uses: actions/upload-artifact@v2 + with: + name: macOSBigSur-White + path: macOSBigSur-White.tar.gz + - name: Uploading `macOSBigSur-White` Windows Theme uses: actions/upload-artifact@v2 with: name: macOSBigSur-White-Windows path: themes/macOSBigSur-White-Windows/* + - name: Uploading `macOSMonterey-White` UNIX Theme + uses: actions/upload-artifact@v2 + with: + name: macOSMonterey-White + path: macOSMonterey-White.tar.gz + - name: Uploading `macOSMonterey-White` Windows Theme uses: actions/upload-artifact@v2 with: name: macOSMonterey-White-Windows path: themes/macOSMonterey-White-Windows/* + + - name: Uploading `macOSBigSur` bitmaps + uses: actions/upload-artifact@v2 + with: + name: bitmaps + path: bitmaps/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d84d5d..3f2460e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `svg/*.py` module support inside `pyright` config -- Add cursor top_left_arrow BreezeX_Cursor#10 BreezeX_Cursor#11 +- Add cursor top_left_arrow ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11 ### Changed