Skip to content

Commit

Permalink
More typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Jul 13, 2024
1 parent 1eb2e37 commit 6ba8d7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: zip
run: |
pushd target
zip -r ../Archipelago-SC2-Data.zip .
zip -r ../Archipelago-SC2Data.zip .
popd
- name: Push Artifacts
uses: actions/upload-artifact@v4
Expand All @@ -31,7 +31,7 @@ jobs:

# A file, directory or wildcard pattern that describes what to upload
# Required.
path: Archipelago-SC2-Data.zip
path: Archipelago-SC2Data.zip
retention-days: 7
- name: Deploy
if: ${{ github.ref == 'refs/heads/sc2-next' && github.repository_owner == 'Ziktofel' }}
Expand All @@ -40,6 +40,6 @@ jobs:
# find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
upload_url: https://uploads.github.com/repos/Ziktofel/Archipelago-SC2-data/releases/165307117/assets{?name,label}
release_id: 165307117 # API4
asset_path: ./Archipelago-SC2-Data.zip
asset_name: Archipelago-SC2-Data.zip
asset_path: ./Archipelago-SC2Data.zip
asset_name: Archipelago-SC2Data
asset_content_type: application/zip

0 comments on commit 6ba8d7c

Please sign in to comment.