1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00

Fix actions

This commit is contained in:
MultiMote
2024-08-25 00:46:37 +03:00
parent 21c5a98b37
commit 19dd93b684

View File

@@ -57,7 +57,7 @@ jobs:
- name: Build niimblue
run: yarn --cwd niimblue vite build --base="${{ steps.pages.outputs.base_path || '/' }}"
env:
COMMIT_HASH: ${GITHUB_SHA}
COMMIT_HASH: ${{github.sha}}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3