Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored Apr 16, 2024
1 parent 33b2a94 commit 29868fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
with:
arch: x64

- name: Print folder structure (Windows) for debugging
if: runner.os == 'Windows'
run: tree D:\ /f /a
shell: cmd
# - name: Print folder structure (Windows) for debugging
# if: runner.os == 'Windows'
# run: tree D:\ /f /a
# shell: cmd

# TODO use appropriate number of cores
- name: Build contrib
Expand All @@ -76,7 +76,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd $GITHUB_WORKSPACE/contrib
cd ${{ github.workspace }}/contrib
TAG_NAME="release-$(date +'%Y%m%d%H%M%S')"
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_ENV # Save the tag name to an environment variable
git tag $TAG_NAME
Expand Down

0 comments on commit 29868fd

Please sign in to comment.