Skip to content

Commit

Permalink
Update autozip.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Coopydood <[email protected]>
  • Loading branch information
Coopydood authored Apr 25, 2024
1 parent e5f8aa1 commit df0c368
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autozip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: AutoZip

on:
workflow_dispatch:
push:

jobs:
zip-files:
Expand All @@ -13,13 +14,13 @@ jobs:
- uses: vimtor/[email protected]
with:
files: arch/
dest: ./PACKAGED/EFI.tar.gz
dest: ./EFI.zip

- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
with:
# The arguments for the `git add` command (see the paragraph below for more info)
# Default: '.'
add: './PACKAGED/*'
add: './EFI.zip'

# The name of the user that will be displayed as the author of the commit.
# Default: depends on the default_author input
Expand Down

0 comments on commit df0c368

Please sign in to comment.