Skip to content

Commit

Permalink
upload?
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg committed Mar 10, 2024
1 parent bc617de commit 705d9f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
-
name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
& "${env:ProgramFiles(x86)}\Inno Setup 6\iscc.exe" /dMyAppVersion="${{github.ref_name}}" "$env:GITHUB_WORKSPACE\win-build\setup.iss"
shell: powershell
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ssh-sync-setup
path: ./win-build/Output/ssh-sync-setup.exe
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Go Build
run: go build -o ssh-sync -ldflags "-X main.version=${{github.ref_name}}"
- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ssh-sync
path: ./ssh-sync
Expand Down

0 comments on commit 705d9f6

Please sign in to comment.