Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmnascimento authored Jun 15, 2021
1 parent 5e454c7 commit 6f625cc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,22 @@ jobs:
name: museu-virtual-windows
preset: "windows"
subdirectory: "windows"
projectDir: "src"
- name: Build Linux
id: buildl
uses: josephbmanley/[email protected]
with:
name: museu-virtual-linux
preset: "linux"
subdirectory: "linux"
package: true
projectDir: "src"
# - name: Build Linux
# id: buildl
# uses: josephbmanley/[email protected]
# with:
# name: museu-virtual-linux
# preset: "linux"
# subdirectory: "linux"
# package: true
# projectDir: "src"
- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
files: |
${{ github.workspace }}/${{ steps.buildl.outputs.artifact }}
${{ github.workspace }}/${{ steps.buildw.outputs.artifact }}

0 comments on commit 6f625cc

Please sign in to comment.