Skip to content

Commit

Permalink
Merge pull request #38 from oasysgames/fix/add_dir_for_testing
Browse files Browse the repository at this point in the history
fix: add console
  • Loading branch information
kazuma-mishima-arsaga authored Sep 29, 2023
2 parents cc40b03 + fedad24 commit 5809dfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ jobs:
- name: Zip source code
run: zip -r source-code.zip .

- name: check env variable
run: |
echo "${{ needs.prepare-release.outputs.new_tag }}"
- name: Create GitHub Release and Upload binaries/source
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 5809dfb

Please sign in to comment.