Skip to content

Commit

Permalink
Update for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seberoth committed Oct 6, 2023
1 parent 94eaece commit c889c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: actions/checkout@v3

# zip
- run: Compress-Archive -Path ./red.kark -DestinationPath ./resources-${{github.ref_name}}.zip
- run: Compress-Archive -Path ./red.kark -DestinationPath ./resourcesV2-${{github.ref_name}}.zip

# RELEASE
- name: Release tag
uses: softprops/action-gh-release@v1
with:
draft: true
files: "./resources-${{github.ref_name}}.zip"
files: "./resourcesV2-${{github.ref_name}}.zip"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Binary file modified red.kark
Binary file not shown.

0 comments on commit c889c77

Please sign in to comment.