Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Sultanov authored Apr 4, 2021
1 parent 8c4cf29 commit 62f0798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v1.3.0
with:
# Version of the zig compiler to use (must be 0.3.0 or up)
version: master
version: 0.8.0-dev.1715+74fd7107e

# Runs a single command using the runners shell
- name: Run build
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@v2.2.2
with:
# Artifact name
name: # optional, default is artifact
name: exe
# A file, directory or wildcard pattern that describes what to upload
path: zig-cache/bin/vitrail.exe
# The desired behavior if no files are found using the provided path.

0 comments on commit 62f0798

Please sign in to comment.