Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MrcSnm/redub
Browse files Browse the repository at this point in the history
  • Loading branch information
MrcSnm committed Jan 29, 2025
2 parents 3f5076c + f7730ee commit 40120b1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ jobs:
uses: actions/[email protected]
with:
merge-multiple: true
# - uses: actions/checkout@v4
# - name: Fetch all tags
# run: git fetch --tags
# - name: "Get latest tag"
# run: echo "TAG=$(git describe --tags --abbrev=0) >> $GITHUB_ENV"

- name: Display structure of downloaded files
run: ls -R

Expand All @@ -123,4 +129,3 @@ jobs:
artifacts: "redub-ubuntu-latest-x86_64,redub-ubuntu-24.04-arm-arm64,redub-macos-latest-arm64,redub-windows-latest-x86_64.exe,redub-alpine-x86_64"
allowUpdates: "true"
tag: "Build"

0 comments on commit 40120b1

Please sign in to comment.