Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukaHiro authored Jul 27, 2023
1 parent 74b1034 commit f969e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Complie Resource Pack

# Controls when the workflow will run
on:
Expand All @@ -27,4 +27,4 @@ jobs:

# Runs a single command using the runners shell
- name: Run a one-line script
run: 7z\7za.exe a -mx9 -tzip file.zip assets\* credit.txt pack.mcmeta pack.png README.md
run: 7z\7za.exe a -mx9 -tzip -aoa file.zip assets\* credit.txt pack.mcmeta pack.png README.md

0 comments on commit f969e9e

Please sign in to comment.