Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficerSpy authored Oct 11, 2024
1 parent 7ad0bfb commit de716ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ jobs:

- name: Zip output
run: |
zip -qq -y -r ${{ github.event.repository.name }}.zip configs gamedata translations plugins
zip -qq -y -r ${{ github.event.repository.name }}-sm${{ matrix.sm-version }}.zip configs gamedata translations plugins
working-directory: ${{ env.SCRIPTS_PATH }}

- name: List files in the directory
run: ls -R
working-directory: ${{ env.SCRIPTS_PATH }}

- name: List files in the zip
run: unzip -l ${{ github.event.repository.name }}.zip
run: unzip -l ${{ github.event.repository.name }}-sm${{ matrix.sm-version }}.zip
working-directory: ${{ env.SCRIPTS_PATH }}

- name: Create Release
Expand All @@ -127,7 +127,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.setup_sp.outputs.plugin-version }}
artifacts: ${{ github.event.repository.name }}.zip
artifacts: ${{ github.event.repository.name }}-sm${{ matrix.sm-version }}.zip
draft: true
allowUpdates: true
updateOnlyUnreleased: true

0 comments on commit de716ac

Please sign in to comment.