We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f4880 commit 8258495Copy full SHA for 8258495
.github/workflows/git-release.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
create_a:
11
- runs-on: windows-latest
+ runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- run: mkdir -p path/to/artifact
@@ -20,7 +20,7 @@ jobs:
20
21
Git_Release:
22
needs: create_a
23
24
25
26
@@ -43,7 +43,7 @@ jobs:
43
name: drop
44
path: drop
45
- name: Github Release
46
- uses: anton-yurchenko/git-release@v4.1
+ uses: docker://antonyurchenko/git-release:latest
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
DRAFT_RELEASE: "false"
@@ -52,4 +52,4 @@ jobs:
52
ALLOW_EMPTY_CHANGELOG: "true"
53
with:
54
args: |
55
- ${{ steps.download.outputs.download-path }}
+ build/*.zip
0 commit comments