actually cache based on sha

This commit is contained in:
Meadowsys 2023-03-02 21:46:58 -08:00
parent 7d933c561f
commit e8728e4f69
No known key found for this signature in database
GPG Key ID: 9E9BB6D25186E719

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v3
with:
path: pulsar.deb
key: pulsar-$env:GITHUB_SHA
key: pulsar-${{ github.sha }}
test:
name: Package
@ -159,7 +159,7 @@ jobs:
uses: actions/cache@v3
with:
path: pulsar.deb
key: pulsar-$env:GITHUB_SHA
key: pulsar-${{ github.sha }}
- name: Install Pulsar
run: sudo dpkg -i pulsar.deb && sudo apt-get -f install -y