Skip to content

Commit 5dcbf35

Browse files
committed
cleaning action
1 parent ad92080 commit 5dcbf35

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/pack.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build pack
22
on:
33
workflow_dispatch:
4-
pull_request:
54
push:
65
tags:
76
- '*'
@@ -15,14 +14,10 @@ jobs:
1514
name: Generate pack
1615
runs-on: ubuntu-22.04
1716
steps:
18-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1918
with:
2019
fetch-depth: 0
2120

22-
- name: Fetch tags
23-
run: |
24-
git fetch --tags --force
25-
2621
- name: Create Release
2722
id: create_release
2823
uses: actions/[email protected]
@@ -42,10 +37,7 @@ jobs:
4237
packchk-version: 1.3.98
4338
gen-pack-script: ./gen_pack.sh
4439
gen-pack-output: ./output
45-
46-
- name: List file
47-
run: ls -l ./output
48-
40+
4941
- name: Upload release asset
5042
id: upload-release-asset
5143
uses: AButler/[email protected]

0 commit comments

Comments
 (0)