Skip to content

Commit

Permalink
build.yml: added pre-release tag and package upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschweiger committed Nov 6, 2022
1 parent 586b7af commit 89ddf37
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,14 @@ jobs:
ls -R
working-directory: ./out

# - name: Pre-release
# if: ${{ github.ref == 'refs/heads/main' }}
# working-directory: ${{ github.workspace }}/out
# uses: "marvinpinto/action-automatic-releases@latest"
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
# automatic_release_tag: "latest-${{ matrix.architecture }}"
# prerelease: true
# title: "Orbiter-${{ matrix.architecture }} development build"
# files: Orbiter.zip
- name: Push pre-release tag and upload packages
working-directory: ./out
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Orbiter development build"
files: |
Orbiter-x86.zip
Orbiter-x64.zip

0 comments on commit 89ddf37

Please sign in to comment.