Skip to content

Commit

Permalink
Update Release
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanFuentealba committed Dec 3, 2023
1 parent f294fd9 commit 94ce31e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@ jobs:
# Set to 'release' to build for latest published release version
sdk-channel: release
app-dir: ./flipper_companion_apps/applications/external/malveke_pokemon_trading/
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ steps.build-app-gb-cartridge.outputs.fap-artifacts }}
${{ steps.build-app-link-camera.outputs.fap-artifacts }}
${{ steps.build-app-live-camera.outputs.fap-artifacts }}
${{ steps.build-build-app-gba-cartridge.outputs.fap-artifacts }}
${{ steps.build-app-pokemon-trading.outputs.fap-artifacts }}
- name: Upload app artifacts GB Cartridge
uses: actions/upload-artifact@v3
with:
Expand All @@ -76,4 +66,14 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app-pokemon-trading.outputs.suffix }}
path: ${{ steps.build-app-pokemon-trading.outputs.fap-artifacts }}
path: ${{ steps.build-app-pokemon-trading.outputs.fap-artifacts }}
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ steps.build-app-gb-cartridge.outputs.fap-artifacts }}
${{ steps.build-app-link-camera.outputs.fap-artifacts }}
${{ steps.build-app-live-camera.outputs.fap-artifacts }}
${{ steps.build-build-app-gba-cartridge.outputs.fap-artifacts }}
${{ steps.build-app-pokemon-trading.outputs.fap-artifacts }}

0 comments on commit 94ce31e

Please sign in to comment.