Skip to content

Commit

Permalink
chore: Update artifact upload step in buildService.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed May 17, 2024
1 parent d94d678 commit c4c69fd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/buildService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,8 @@ jobs:
echo "package_id=$PACKAGE_ID" >> $GITHUB_ENV
shell: bash

- name: Upload .s9pk
- name: Upload .s8pk
uses: actions/upload-artifact@v4
with:
name: pairdrop.s9pk
path: pairdrop.s9pk

# - name: Upload .s9pk
# uses: actions/upload-artifact@v4
# with:
# name: ${{ env.package_id }}.s9pk
# path: ./${{ env.package_id }}.s9pk
name: ${{ env.package_id }}.s9pk
path: ./${{ env.package_id }}.s9pk

0 comments on commit c4c69fd

Please sign in to comment.