Skip to content

Commit

Permalink
Get unsigned artifact for s3 for netkan.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 24, 2024
1 parent f1da2f4 commit bcdf2b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- uses: actions/checkout@v4
- name: Download repack artifact to get netkan.exe
uses: actions/download-artifact@v4
with:
name: Release-repack-unsigned
path: _build/repack
- name: Download signed artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit bcdf2b7

Please sign in to comment.