We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad92080 commit 5dcbf35Copy full SHA for 5dcbf35
.github/workflows/pack.yml
@@ -1,7 +1,6 @@
1
name: Build pack
2
on:
3
workflow_dispatch:
4
- pull_request:
5
push:
6
tags:
7
- '*'
@@ -15,14 +14,10 @@ jobs:
15
14
name: Generate pack
16
runs-on: ubuntu-22.04
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
22
- - name: Fetch tags
23
- run: |
24
- git fetch --tags --force
25
-
26
- name: Create Release
27
id: create_release
28
uses: actions/[email protected]
@@ -42,10 +37,7 @@ jobs:
42
37
packchk-version: 1.3.98
43
38
gen-pack-script: ./gen_pack.sh
44
39
gen-pack-output: ./output
45
46
- - name: List file
47
- run: ls -l ./output
48
40
+
49
41
- name: Upload release asset
50
id: upload-release-asset
51
uses: AButler/[email protected]
0 commit comments