Skip to content

Commit 4689d96

Browse files
author
arch
committed
github action changed name
1 parent 87e0b1b commit 4689d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease_windows_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
cp "contrib/Installer/assets/main.lua" "dist/funscript-editor/main.lua"
4646
- name: Create Asset Archive
47-
uses: papeloto/action-zip@v1
47+
uses: vimtor/action-zip@v1
4848
with:
4949
files: dist/funscript-editor
5050
recursive: true

.github/workflows/release_windows_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
echo "${{ steps.get_version.outputs.version }}" > dist/funscript-editor/funscript_editor/VERSION.txt
5555
- name: Create Asset Archive
56-
uses: papeloto/action-zip@v1
56+
uses: vimtor/action-zip@v1
5757
with:
5858
files: dist/funscript-editor
5959
recursive: true

0 commit comments

Comments
 (0)