Skip to content

Commit

Permalink
update build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Jun 28, 2024
1 parent 53f44e8 commit a26292c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ jobs:
with:
name: IW4MAdmin-${{ env.buildNumber }}
path: ${{ github.workspace }}

- name: test
run: ls

- name: Zip build
run: zip -r IW4MAdmin-${{ env.buildNumber }}.zip ${{ github.workspace }}/*

- name: Make release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit a26292c

Please sign in to comment.