Skip to content

Commit

Permalink
Remove unused steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Apr 29, 2024
1 parent 7c4e087 commit 81362db
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.GHCR_ACTOR }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Pull base image
- name: Build image
run: .\windows_build_project.bat
- name: Compress Directory
run: powershell Compress-Archive PackagedProject artifacts.zip
Expand Down

0 comments on commit 81362db

Please sign in to comment.