-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Coopydood <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ name: AutoZip | |
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
|
||
jobs: | ||
zip-files: | ||
|
@@ -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 | ||
|