Skip to content

Commit

Permalink
Merge pull request #492 from loathingKernel/develop
Browse files Browse the repository at this point in the history
workflows: fix derp
  • Loading branch information
loathingKernel authored Dec 29, 2024
2 parents e2d8c9c + 013329e commit 3f452ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
uses: ./.github/workflows/job_publish.yml
with:
version: ${{ github.ref_name }}
file1: Rare-${{ github.ref_name }}.Appimage
name1: Rare-${{ github.ref_name }}.Appimage
file1: Rare-${{ github.ref_name }}.AppImage
name1: Rare-${{ github.ref_name }}.AppImage

cx-freeze-dmg:
if: ${{ true }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
uses: ./.github/workflows/job_publish.yml
with:
version: ${{ needs.version.outputs.version }}
file1: Rare-${{ needs.version.outputs.version }}.Appimage
name1: Rare-${{ needs.version.outputs.version }}.Appimage
file1: Rare-${{ needs.version.outputs.version }}.AppImage
name1: Rare-${{ needs.version.outputs.version }}.AppImage

cx-freeze-dmg:
if: ${{ true }}
Expand Down

0 comments on commit 3f452ff

Please sign in to comment.