Skip to content

Commit

Permalink
github: compilation.yml - Make failing to find artifact to upload an …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
mrannanj committed Jun 29, 2024
1 parent dd95d68 commit 51a0c5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
with:
name: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_linux_amd64
path: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_linux_amd64.tar.gz
if-no-files-found: error

- name: Generate DEB package
uses: jiro4989/build-deb-action@v2
Expand All @@ -115,6 +116,7 @@ jobs:
with:
name: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_deb_amd64
path: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_amd64.deb
if-no-files-found: error

# Build macos package, release artifact and update "latest" release if necessary.
# -----------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -153,6 +155,7 @@ jobs:
with:
name: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_macos12
path: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_macos12.zip
if-no-files-found: error

build_macos-arm:
needs: [unittest, formatting-check]
Expand Down Expand Up @@ -189,6 +192,7 @@ jobs:
with:
name: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_macos14_arm
path: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_macos14_arm.zip
if-no-files-found: error

# Build windows package, release artifact and update "latest" release if necessary.
# -----------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -237,6 +241,7 @@ jobs:
with:
name: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_windows_amd64
path: openomf_0.6.6-${{ steps.slug.outputs.sha8 }}_windows_amd64.zip
if-no-files-found: error


# Create a "latest" release
Expand Down

0 comments on commit 51a0c5f

Please sign in to comment.