Skip to content

Commit

Permalink
Changed github actions to use correct id + Why there's OpenHack in th…
Browse files Browse the repository at this point in the history
…is? + Misc changes
  • Loading branch information
Rustring authored Sep 30, 2024
1 parent fe1d68e commit 5e93a6e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: Geode Build
name: Eclipse Build
path: ${{ steps.build.outputs.build-output }}

- name: Download artifacts
Expand All @@ -67,11 +67,7 @@ jobs:
path: ${{ github.workspace }}/bin
merge-multiple: true

- name: Get latest release tag
id: get_latest_release
run: echo ::set-output name=tag::$(curl -s https://api.github.com/repos/Prevter/OpenHack/releases/latest | jq -r .tag_name)

- name: Create dev release
- name: Create canary release
uses: andelf/nightly-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -92,6 +88,6 @@ jobs:
2. Android
3. MacOS
files: |
${{ github.workspace }}/bin/eclipse.eclipse-menu.geode
${{ github.workspace }}/bin/rustring.eclipse-modification.geode

0 comments on commit 5e93a6e

Please sign in to comment.