Skip to content

Commit

Permalink
cleaning action
Browse files Browse the repository at this point in the history
  • Loading branch information
francovaro committed Feb 20, 2024
1 parent ad92080 commit 5dcbf35
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build pack
on:
workflow_dispatch:
pull_request:
push:
tags:
- '*'
Expand All @@ -15,14 +14,10 @@ jobs:
name: Generate pack
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Fetch tags
run: |
git fetch --tags --force
- name: Create Release
id: create_release
uses: actions/[email protected]
Expand All @@ -42,10 +37,7 @@ jobs:
packchk-version: 1.3.98
gen-pack-script: ./gen_pack.sh
gen-pack-output: ./output

- name: List file
run: ls -l ./output


- name: Upload release asset
id: upload-release-asset
uses: AButler/[email protected]
Expand Down

0 comments on commit 5dcbf35

Please sign in to comment.