mirror of
https://github.com/GeoffreyFrogeye/fringer-cursors.git
synced 2025-09-05 14:00:23 +02:00
Init fork: fringer-cursors
This commit is contained in:
parent
1e674f9a86
commit
b73f465716
16 changed files with 43 additions and 85 deletions
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -1 +0,0 @@
|
|||
github: [phisch]
|
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ secrets.FIGMA_ACCESS_TOKEN }}
|
||||
file_key: ${{ secrets.FIGMA_FILE_KEY }}
|
||||
theme_name: Phinger Cursors
|
||||
theme_author: Philipp Schaffrath (phisch)
|
||||
theme_comment: Most likely the most over engineered cursor theme.
|
||||
theme_name: Fringer Cursors
|
||||
theme_author: Geoffrey Frogeye
|
||||
theme_comment: Modernized Menda cursor theme
|
||||
output_directory: ${{ env.EXPORT_DIRECTORY }}
|
||||
- name: Replace theme
|
||||
run: |
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
name: Build cursor theme
|
||||
needs: export_cursor_theme
|
||||
env:
|
||||
ARCHIVE_NAME: phinger-cursors-variants.tar.bz2
|
||||
ARCHIVE_NAME: fringer-cursors-variants.tar.bz2
|
||||
BUILD_DIRECTORY: build
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: phinger-cursors-variants
|
||||
name: fringer-cursors-variants
|
||||
path: ${{ env.BUILD_DIRECTORY }}/${{ env.ARCHIVE_NAME }}
|
||||
- name: Draft Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue