Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix: replaced action step with run step (ublue-os#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpod98 authored Apr 2, 2023
1 parent 1a90b91 commit 29efd7d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,17 @@ jobs:
installer-major-version: ${{ matrix.fedora-version }}
kickstart-file-path: ${{ matrix.image_flavor }}.ks

# - name: Upload ISO
# uses: ublue-os/upload-assets@pass-in-tag
# env:
# GITHUB_TOKEN: ${{ github.token }}
# with:
# asset_paths: '["./${{ steps.isogenerator.outputs.iso-path }}"]'
# tag: ${{ needs.release-please.outputs.tag }}

- name: Upload ISO
uses: ublue-os/upload-assets@pass-in-tag
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./${{ steps.isogenerator.outputs.iso-path }}"]'
tag: ${{ needs.release-please.outputs.tag }}
run:
gh release upload ${{ needs.release-please.outputs.tag }} ./${{ steps.isogenerator.outputs.iso-path }}

0 comments on commit 29efd7d

Please sign in to comment.