mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
fix: fix github publish action
This commit is contained in:
parent
7df8b77739
commit
aa03781ef7
2
.github/workflows/publish-github.yml
vendored
2
.github/workflows/publish-github.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Save version number to artifact
|
||||
run: echo "${{ env.SK_VERSION }}" > artifacts/release-version
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifacts
|
||||
path: artifacts
|
||||
|
|
|
|||
Loading…
Reference in a new issue