Skip to content

Commit 8258495

Browse files
Update git-release.yml
1 parent b1f4880 commit 8258495

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/git-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
create_a:
11-
runs-on: windows-latest
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414
- run: mkdir -p path/to/artifact
@@ -20,7 +20,7 @@ jobs:
2020

2121
Git_Release:
2222
needs: create_a
23-
runs-on: windows-latest
23+
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v2
2626

@@ -43,7 +43,7 @@ jobs:
4343
name: drop
4444
path: drop
4545
- name: Github Release
46-
uses: anton-yurchenko/git-release@v4.1
46+
uses: docker://antonyurchenko/git-release:latest
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
DRAFT_RELEASE: "false"
@@ -52,4 +52,4 @@ jobs:
5252
ALLOW_EMPTY_CHANGELOG: "true"
5353
with:
5454
args: |
55-
${{ steps.download.outputs.download-path }}
55+
build/*.zip

0 commit comments

Comments
 (0)