Skip to content

Commit

Permalink
updated the CSV exporter counter (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
MickStanciu authored Dec 19, 2024
1 parent 36f5c95 commit dd62e2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ jobs:
- name: Upload artifacts macOS
if: matrix.os == 'macos-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: exporter-macos
path: safetyculture-exporter-*.zip

- name: Upload artifacts windows
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: exporter-windows
path: exporter-windows-x86_64.exe
Expand All @@ -123,12 +123,12 @@ jobs:
needs: package
steps:
- name: Download package windows
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: exporter-windows

- name: Download package macos
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: exporter-macos

Expand Down

0 comments on commit dd62e2e

Please sign in to comment.